Changeset 1784 for code/trunk/src/core/Functor.h
- Timestamp:
- Sep 15, 2008, 10:54:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/Functor.h
r1747 r1784 36 36 #include "util/Debug.h" 37 37 38 #define MAX_FUNCTOR_ARGUMENTS 539 38 40 39 namespace orxonox 41 40 { 41 const int MAX_FUNCTOR_ARGUMENTS = 5; 42 42 43 enum FunctionType 43 44 {
Note: See TracChangeset
for help on using the changeset viewer.