mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-05 23:11:31 +01:00
11 lines
80 B
C++
11 lines
80 B
C++
|
|
#include "Core/Object.h"
|
|
|
|
|
|
|
|
int main()
|
|
{
|
|
uLib::Object obj;
|
|
return 0;
|
|
}
|