9 lines
177 B
C
9 lines
177 B
C
#ifndef GLOBALSETTINGS_H
|
|
#define GLOBALSETTINGS_H
|
|
|
|
#define MAX_RESPONSE_ACTIONS 15
|
|
#define MAX_ANIMATION_BUILDER_ACTIONS 30
|
|
#define MAX_ANIMATIONS 15
|
|
#define MAX_HALS 15
|
|
|
|
#endif |