- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/CenterOnEdgeAction.def
rde7d1d re4afb4 7 7 8 8 // all includes and forward declarations necessary for non-integral types below 9 #include "LinearAlgebra/Vector.hpp" 9 10 10 11 11 // i.e. there is an integer with variable name Z that can be found in … … 18 18 #undef paramreferences 19 19 20 # define statetypes (std::string)(Vector)(Vector)21 # define statereferences (undostring)(Min)(Max)20 #undef statetypes 21 #undef statereferences 22 22 23 23 // some defines for all the names, you may use ACTION, STATE and PARAMS
Note:
See TracChangeset
for help on using the changeset viewer.