This commit is contained in:
2013-09-05 05:06:37 +00:00
parent a5fc2f3da6
commit 1c2c65a348
7 changed files with 92 additions and 20 deletions

View File

@@ -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, ...);
};