/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 libssts/baseobject.h

* Merging pragma_once branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
 
24
24
 
25
 
#ifndef __H_BASE_OBJECT__
26
 
#define __H_BASE_OBJECT__
 
25
#pragma once
27
26
 
28
27
#include "defs.h"
29
28
#include "utils.h"
252
251
 */
253
252
 
254
253
S_END_DECLS
255
 
 
256
 
#endif