/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-06 22:26:50 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150406222650-c98sk463s0xlrwxa
* Switched to CMake to future proof the project a lil' bit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#ifndef __H_SIMPLE_TYPE_SYSTEM__
39
39
#define __H_SIMPLE_TYPE_SYSTEM__
40
40
 
 
41
#include "config.h"
 
42
 
 
43
/* TODO: change this to CMake controlled variables in config.h.in */
41
44
#define SIMPLE_TYPE_SYSTEM_VERSION_MAJOR 0
42
45
#define SIMPLE_TYPE_SYSTEM_VERSION_MINOR 0
43
46
#define SIMPLE_TYPE_SYSTEM_VERSION_PATCH 1
44
47
 
45
 
 
46
48
#include "baseobject.h"
47
49
#include "defs.h"
48
50
#include "Error.h"