entity.h File Reference

#include "smart_ptr.h"

Include dependency graph for entity.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IEntity

Enumerations

enum  EEntityType { ET_BLOCK = 0, ET_NOTE = 1, ET_PAUSE = 2 }


Enumeration Type Documentation

Enumerator:
ET_BLOCK 
ET_NOTE 
ET_PAUSE 

Definition at line 26 of file entity.h.

00027 {
00028         ET_BLOCK = 0,
00029         ET_NOTE  = 1,
00030         ET_PAUSE = 2
00031 };


Generated on Tue Aug 30 02:36:37 2011 for Smacky by  doxygen 1.5.8