Beta Build 4!

New update!
This commit is contained in:
DavidSM64 2015-10-30 16:09:35 -05:00
parent 735ff9092a
commit a039ec8bbd
16 changed files with 4462 additions and 77 deletions

12
source/texturepack.h Normal file
View file

@ -0,0 +1,12 @@
#pragma once
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <sf2d.h>
#include <sfil.h>
#include "Globals.h"
#include "minizip/unzip.h"
int loadTexturePack(char * filename);
int getTexturePackComment(char * filename, char * cmmtBuf);