Primer commit

This commit is contained in:
Raimon Zamora
2014-12-30 22:46:46 +01:00
commit 4a359c46f5
33 changed files with 2778 additions and 0 deletions

7
jfile.h Executable file
View File

@@ -0,0 +1,7 @@
#pragma once
void JF_SetResourceFile(char *p_resourceFileName);
char *JF_GetBufferFromResource(char *resourcename, int& filesize);
void JF_Quit();