compilation fixes (compile at least for msvc9)
This commit is contained in:
parent
fd59de6afc
commit
852890611b
102 changed files with 1118 additions and 1042 deletions
|
@ -20,11 +20,12 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "textobject.h"
|
||||
#include "engine.h"
|
||||
#include "localize.h"
|
||||
#include "driver.h"
|
||||
#include "common/sys.h"
|
||||
|
||||
#include "engine/textobject.h"
|
||||
#include "engine/engine.h"
|
||||
#include "engine/localize.h"
|
||||
#include "engine/backend/driver.h"
|
||||
|
||||
std::string parseMsgText(const char *msg, char *msgId);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue