forked from mirrors/0ad
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");
|