App
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
appcore
jni
app
typedefs.hpp
Go to the documentation of this file.
1
6
#include <cstdint>
7
8
/*
9
* Toto je zde kvůli našeptávači Eclipse, který jinak vyhodnotí kód jako chybny a odmítne projekt spustit, ikdyž
10
* se zkompiluje v pořádku... WAS_DEFINED je zde jen pro testovací účely.
11
*
12
* V případěj, že by byli typy takto nadefinované, není zajištěna jejich přesná velikost!!!
13
*/
14
15
#ifdef __GXX_EXPERIMENTAL_CXX0X__
16
#define WAS_DEFINED "Nebylo definovane (ok)"
17
#endif
18
#ifndef __GXX_EXPERIMENTAL_CXX0X__
19
#define WAS_DEFINED "Bylo definovane (problem)"
20
typedef
unsigned
char
uint8_t
;
21
typedef
unsigned
int
uint32_t
;
22
#endif
23
24
typedef
uint32_t
px_4x8bit
;
25
typedef
uint8_t
px_1x8bit
;
26
typedef
uint8_t
byte
;
// tam kde není ve významu pixelu
Generated on Thu May 23 2013 22:10:55 for App by
1.8.3