Niotso  git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
iffexport.c File Reference
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdint.h>
#include <time.h>
#include "iff.h"

Functions

static void Shutdown_M (const char *Message)
 
static int charmatches (char c, const char *filter)
 
int main (int argc, char *argv[])
 

Variables

static FILE * hFile = NULL
 
static uint8_t * IFFData = NULL
 
static IFFFile IFFFileInfo
 
static int iffcreated = 0
 

Function Documentation

static int charmatches ( char  c,
const char *  filter 
)
static
int main ( int  argc,
char *  argv[] 
)
static void Shutdown_M ( const char *  Message)
static

Variable Documentation

FILE* hFile = NULL
static
int iffcreated = 0
static
uint8_t* IFFData = NULL
static
IFFFile IFFFileInfo
static