Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
This commit is contained in:
parent
a89694c0d6
commit
258901bab9
693 changed files with 16240 additions and 3908 deletions
|
@ -22,7 +22,6 @@
|
|||
* $Id$
|
||||
*/
|
||||
|
||||
#include "common/stdafx.h"
|
||||
#include "engines/engine.h"
|
||||
#include "common/util.h"
|
||||
#include "common/system.h"
|
||||
|
@ -51,7 +50,7 @@ extern bool isSmartphone(void);
|
|||
#define stdout ((DS::fileHandle*) -1)
|
||||
#define stderr ((DS::fileHandle*) -2)
|
||||
#define stdin ((DS::fileHandle*) -3)
|
||||
|
||||
|
||||
void std_fprintf(FILE* handle, const char* fmt, ...);
|
||||
void std_fflush(FILE* handle);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue