/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to src/SimpleTypeSystem.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-04-09 12:24:32 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150409122432-h62c1ew8ispabxjy
* Code cleanup
* Added attribute ((unused)) to supress unsued warning to S*Name[]'s.
* Started work on SBox.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
#include "Interface.h"
54
54
#include "MainLoop.h"
55
55
#include "Map.h"
 
56
#include "Box.h"
56
57
#include "utils.h"
57
58
 
58
59
BEGIN_DECLS