Files
uLib/test.cpp
2018-04-17 15:39:10 +02:00

11 lines
80 B
C++

#include "Core/Object.h"
int main()
{
uLib::Object obj;
return 0;
}