mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 07:13:56 -07:00
5 lines
83 B
C++
5 lines
83 B
C++
|
|
#include "Prometheus.h"
|
||
|
|
|
||
|
|
DEFINE_ERROR(PS_OK, "OK");
|
||
|
|
DEFINE_ERROR(PS_FAIL, "Fail");
|