Code refactor
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "CameraController.h"
|
||||
#include "IEBrowser.h"
|
||||
#include "Mouse.h"
|
||||
#include "Tool.h"
|
||||
#include "Tool/Tool.h"
|
||||
//#include "GuiRoot.h"
|
||||
|
||||
class TextButtonInstance;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "Instance.h"
|
||||
#include "ModeSelectionListener.h"
|
||||
#include "Application.h"
|
||||
#include "ArrowTool.h"
|
||||
#include "Tool/ArrowTool.h"
|
||||
|
||||
void ModeSelectionListener::onButton1MouseClick(BaseButtonInstance* button)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "ArrowTool.h"
|
||||
#include "Tool/ArrowTool.h"
|
||||
#include "Application.h"
|
||||
|
||||
ArrowTool::ArrowTool(void)
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "Tool.h"
|
||||
#include "Tool/Tool.h"
|
||||
|
||||
Tool::Tool(void)
|
||||
{
|
||||
Reference in New Issue
Block a user