mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-23 01:46:52 +00:00
3d26549032
This was SVN commit r3802.
7 lines
110 B
C++
7 lines
110 B
C++
#include "precompiled.h"
|
|
|
|
#include "Pyrogenesis.h"
|
|
|
|
DEFINE_ERROR(PS_OK, "OK");
|
|
DEFINE_ERROR(PS_FAIL, "Fail");
|