This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
// CPRobotDlg.h : 헤더 파일
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "afxwin.h"
|
||||
#include "EventHandler.h"
|
||||
#include "Trader.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <hash_map>
|
||||
@@ -146,6 +144,6 @@ private:
|
||||
|
||||
inline void SwitchState(const CP_STATE enState);
|
||||
|
||||
void CPLog(const std::string fmt, ...);
|
||||
void CPLog(const string fmt, ...);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user