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

Classes

struct  object_t
 
struct  objectlist_t
 

Enumerations

enum  { hsm, hot, out, filecount }
 

Functions

static object_tadd_object (objectlist_t *List)
 
static void Shutdown ()
 
int main (int argc, char *argv[])
 

Variables

static const uint8_t ObjectHeader [] = {0x7F, 0x45, 0x4C, 0x46, 0x01, 0x01, 0x01}
 
static const uint8_t ArchiveHeader [] = {'!', '<', 'a', 'r', 'c', 'h', '>', '\n'}
 
static FILE * hFile = NULL
 
static char * path [filecount] = {NULL}
 
static uint8_t * data [filecount] = {NULL}
 
static objectlist_t ObjectList = {0}
 

Enumeration Type Documentation

anonymous enum
Enumerator
hsm 
hot 
out 
filecount 

Function Documentation

static object_t* add_object ( objectlist_t List)
static
int main ( int  argc,
char *  argv[] 
)
static void Shutdown ( )
static

Variable Documentation

const uint8_t ArchiveHeader[] = {'!', '<', 'a', 'r', 'c', 'h', '>', '\n'}
static
uint8_t* data[filecount] = {NULL}
static
FILE* hFile = NULL
static
const uint8_t ObjectHeader[] = {0x7F, 0x45, 0x4C, 0x46, 0x01, 0x01, 0x01}
static
objectlist_t ObjectList = {0}
static
char* path[filecount] = {NULL}
static