ttrts/test/test.cpp

7 lines
89 B
C++
Raw Normal View History

2014-12-16 13:12:51 +00:00
#include "game.h"
// Main program entry point
int main()
{
tests::test_CBoardData();
};