* moved sample projects from data to user folder * added fallback files for app and window settings * implemented copying app and window settings to user folder when not found on app startup * fixed upgrading for windows installer
10 lines
88 B
C
10 lines
88 B
C
#ifndef UTILITY_H
|
|
#define UTILITY_H
|
|
|
|
|
|
|
|
typedef unsigned int uint;
|
|
|
|
|
|
|
|
#endif // UTILITY_H
|