|
Niotso
git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
|
#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_t * | add_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} |
|
static |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.4