Moved constants defining the number of each object back into the source files for the demo objects since the header files are currently common to all.

This commit is contained in:
skarg
2010-02-11 23:14:53 +00:00
parent f10629260e
commit d7ec61eb21
27 changed files with 62 additions and 42 deletions
+5
View File
@@ -38,6 +38,11 @@
#include "ms-input.h"
#include "handlers.h"
/* number of demo objects */
#ifndef MAX_MULTISTATE_INPUTS
#define MAX_MULTISTATE_INPUTS 1
#endif
/* how many states? 0-253 is 254 states */
#ifndef MULTISTATE_NUMBER_OF_STATES
#define MULTISTATE_NUMBER_OF_STATES (254)