0ad/source/ps/Prometheus.cpp

8 lines
127 B
C++
Raw Normal View History

#include "Prometheus.h"
2003-11-24 03:18:41 +01:00
// Globals
int g_xres = 800, g_yres = 600;
DEFINE_ERROR(PS_OK, "OK");
DEFINE_ERROR(PS_FAIL, "Fail");