mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 10:44:13 +00:00
c7a84e84be
This was SVN commit r392.
7 lines
109 B
C++
Executable File
7 lines
109 B
C++
Executable File
#include "precompiled.h"
|
|
|
|
#include "Prometheus.h"
|
|
|
|
DEFINE_ERROR(PS_OK, "OK");
|
|
DEFINE_ERROR(PS_FAIL, "Fail");
|