Moved JabyEngine Code to a Library folder

This commit is contained in:
Jaby
2022-07-10 11:36:33 +02:00
committed by Jaby
parent 36eaaa9c2b
commit ca8175f137
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;
}

View File

@@ -0,0 +1,4 @@
#ifndef JABYENGINE_H
#define JABYENGINE_H
#endif //!JABYENGINE_H