mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 05:44:08 -07:00
7 lines
127 B
C++
Executable file
7 lines
127 B
C++
Executable file
#include "Prometheus.h"
|
|
|
|
// Globals
|
|
int g_xres = 800, g_yres = 600;
|
|
|
|
DEFINE_ERROR(PS_OK, "OK");
|
|
DEFINE_ERROR(PS_FAIL, "Fail");
|