mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
13 lines
206 B
C++
13 lines
206 B
C++
/* Copyright 2003-2005 ROBLOX Corporation, All Rights Reserved */
|
|
#include "stdafx.h"
|
|
|
|
#include "Tool/AxisRotateTool.h"
|
|
|
|
|
|
namespace RBX {
|
|
|
|
const char* const sAxisRotateTool = "AxisRotate";
|
|
|
|
|
|
|
|
} // namespace
|