* added tutorial project to coati projects. * ignoring all .sqlite files for git.
8 lines
86 B
C
8 lines
86 B
C
#ifndef UTILITY_H
|
|
#define UTILITY_H
|
|
|
|
|
|
typedef unsigned int uint;
|
|
|
|
|
|
#endif // UTILITY_H
|