1
1
forked from 0ad/0ad
0ad/source/lib/sysdep/sysdep.h
2004-03-02 23:56:51 +00:00

17 lines
273 B
C
Executable File

#ifndef SYSDEP_H__
#define SYSDEP_H__
#include "win/win.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void display_msg(const wchar_t* caption, const wchar_t* msg);
extern void debug_out(const char* fmt, ...);
#ifdef __cplusplus
}
#endif
#endif // #ifndef SYSDEP_H__