This commit is contained in:
Isuru Samarathunga
2025-07-04 20:14:29 +05:30
parent a5b3605b2f
commit bf958cc2a9
13 changed files with 235 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#include <IAEngine/IAEngine.hpp>
int main(int argc, char*argv[])
{
return 0;
}