fixed project includes to use new directory structure
This commit is contained in:
parent
63e46abdb8
commit
de0a034a84
95 changed files with 655 additions and 634 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
#include <stdio.h> // System
|
||||
|
||||
#include "common.h" // Local
|
||||
#include "string_util.h"
|
||||
#include "common/common.h" // Local
|
||||
#include "common/string_util.h"
|
||||
|
||||
bool DefaultMsgHandler(const char* caption, const char* text, bool yes_no, int Style);
|
||||
static MsgAlertHandler msg_handler = DefaultMsgHandler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue