]> git.decadent.org.uk Git - ion3.git/blob - libextl/types.h
Update cfg_kludge_flash for Flash 10
[ion3.git] / libextl / types.h
1 /*
2  * libextl/types.h
3  *
4  * Copyright (c) Tuomo Valkonen 2004-2005.
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  */
11
12 #ifndef LIBEXTL_TYPES_H
13 #define LIBEXTL_TYPES_H
14
15 #if 1
16
17 #include <libtu/types.h>
18 #include <libtu/obj.h>
19
20 #else
21
22 #ifndef bool
23 #define bool int
24 #define TRUE 1
25 #define FALSE 0
26 #endif
27
28 /*typedef ? Obj;*/
29
30 #endif
31
32 #endif /* LIBEXTL_TYPES_H */