ttrts/test/test.cpp
2014-12-16 13:12:51 +00:00

7 lines
No EOL
89 B
C++

#include "game.h"
// Main program entry point
int main()
{
tests::test_CBoardData();
};