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