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

Functions

int stats_create (IFFStats *stats)
 
int stats_version_increment (IFFStats *stats, char *type, unsigned version)
 
unsigned stats_get_version (char *type, uint8_t *data)
 
void stats_delete (IFFStats *stats)
 

Function Documentation

int stats_create ( IFFStats stats)
void stats_delete ( IFFStats stats)
unsigned stats_get_version ( char *  type,
uint8_t *  data 
)
int stats_version_increment ( IFFStats stats,
char *  type,
unsigned  version 
)