Moved JabyEngine Code to a Library folder

This commit is contained in:
Jaby
2022-07-10 11:36:33 +02:00
parent 37b6a88905
commit cc9ef221be
10 changed files with 13 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
#include "JabyEngine.h"
#include <stdio.h>
int main()
{
printf("Hello Planschi!\n");
return 0;
}