Copied all files from new-api branch of old repo

This commit is contained in:
Jesse Beder
2012-05-19 15:34:02 -05:00
parent c8a539f4f4
commit c22512649e
38 changed files with 4333 additions and 27 deletions

View File

@@ -0,0 +1,8 @@
#include "parsertests.h"
namespace Test {
bool RunParserTests()
{
return true;
}
}