mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
9 lines
161 B
C++
Executable file
9 lines
161 B
C++
Executable file
#include "Prometheus.h"
|
|
|
|
// Globals
|
|
int g_xres = 800, g_yres = 600;
|
|
int g_bpp = 32;
|
|
int g_freq = 60;
|
|
|
|
DEFINE_ERROR(PS_OK, "OK");
|
|
DEFINE_ERROR(PS_FAIL, "Fail");
|