Code refactor
This commit is contained in:
@@ -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