/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-09-15 21:22:33 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150915212233-lix9x9m4vhbhx8u6
* Clean up of SMap's for each code.
* started work on SMutex in Thread.[c,h]

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 * 
34
34
 */
35
35
 
 
36
 
 
37
 
36
38
/** @file */
37
39
 
38
40
#ifndef __H_SIMPLE_TYPE_SYSTEM__
45
47
#define SIMPLE_TYPE_SYSTEM_VERSION_MINOR 0
46
48
#define SIMPLE_TYPE_SYSTEM_VERSION_PATCH 1
47
49
 
48
 
#ifndef __INSIDE_SIMPLE_TYPE_SYSTEM_C__
49
50
#include "baseobject.h"
 
51
#include "Box.h"
50
52
#include "Callback.h"
51
 
#include "Box.h"
52
53
#include "defs.h"
53
54
#include "DynamicArray.h"
54
55
#include "Error.h"
58
59
#include "MainLoop.h"
59
60
#include "Map.h"
60
61
#include "Matrix.h"
61
 
#endif /* __INSIDE_SIMPLE_TYPE_SYSTEM_C__ */
62
 
 
63
62
#include "utils.h"
64
63
 
 
64
 
65
65
BEGIN_DECLS
66
66
 
67
67
/**