incremented minor version number
[fegdk.git] / feditor / src / editortypes.h
blobd24550b56d73358bb712316800b2c7dc4220347c
1 #ifndef __F_EDITORTYPES_H
2 #define __F_EDITORTYPES_H
4 #include <fegdk/f_helpers.h>
5 #include "feditor.h"
7 namespace feditor
10 class brush;
11 class entity;
12 typedef std::list < smartPtr <brush> > brushList;
13 typedef std::vector < smartPtr <entity> > entList;
17 #endif // __F_EDITORTYPES_H