- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/InputAction.def
r1fd675 r6f5dfe 7 7 8 8 // all includes and forward declarations necessary for non-integral types below 9 9 #include <boost/filesystem.hpp> 10 10 11 11 // i.e. there is an integer with variable name Z that can be found in 12 12 // ValueStorage by the token "Z" -> first column: int, Z, "Z" 13 13 // "undefine" if no parameters are required 14 #define paramtypes ( std::string)14 #define paramtypes (boost::filesystem::path) 15 15 #define paramtokens (WorldInputAction::NAME) 16 16 #define paramreferences (filename)
Note:
See TracChangeset
for help on using the changeset viewer.