Niotso  git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Enumerations | Functions
vbparse.cpp File Reference
#include <stdio.h>
#include <string.h>
#include <FileHandler.hpp>
#include "libvitaboy.hpp"

Enumerations

enum  VBFileType {
  VBFILE_ANIM, VBFILE_APR, VBFILE_BND, VBFILE_COL,
  VBFILE_HAG, VBFILE_MESH, VBFILE_OFT, VBFILE_PO,
  VBFILE_SKEL
}
 

Functions

int main (int argc, char *argv[])
 

Enumeration Type Documentation

enum VBFileType
Enumerator
VBFILE_ANIM 
VBFILE_APR 
VBFILE_BND 
VBFILE_COL 
VBFILE_HAG 
VBFILE_MESH 
VBFILE_OFT 
VBFILE_PO 
VBFILE_SKEL 

Function Documentation

int main ( int  argc,
char *  argv[] 
)