Main Page | Namespace List | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

my_types.h

Go to the documentation of this file.
00001 
00007 #ifndef MY_TYPES_H
00008 #define MY_TYPES_H
00009 
00010 typedef unsigned char byte;     
00011 
00016 enum {
00017     AP_MOVIE = 1,
00018     AP_COLORS,
00019     AP_STATIC_FRAME,
00020     AP_FRAME,
00021     AP_FRAMES,
00022     AP_OPAQUE_SPHERES,
00023     AP_TRANS_SPHERES,
00024     AP_OPAQUE_CYLINDERS,
00025     AP_TRANS_CYLINDERS,
00026     AP_SPHERE,
00027     AP_CYLINDER,
00028     AP_SHORT_SPHERE,
00029     AP_SHORT_CYLINDER,
00030     AP_END = 100
00031 };
00032 
00038 #define AP_MAGIC "Animp001"
00039 
00040 #endif

Generated on Thu Nov 27 08:17:11 2003 for Animp - Animated Particles by doxygen 1.3.2