compile fix (its just a dummy tool)

This commit is contained in:
learn_more 2013-12-03 22:48:36 +01:00
parent e9f7e3e3e4
commit ac2a575dd6

View File

@ -25,6 +25,7 @@ SPADES_SETTING(r_fullscreen, "0");
//lm: meh, don't care about this stuff in a test project, so just go with dummy implementation
extern "C" int asAtomicInc(int &value) { return ++value; }
extern "C" int asAtomicDec(int &value) { return --value; }
void drawFrame( spades::client::IRenderer& renderer );