Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/WorldAction/InputAction.def

    r1fd675 r6f5dfe  
    77
    88// all includes and forward declarations necessary for non-integral types below
    9 
     9#include <boost/filesystem.hpp>
    1010
    1111// i.e. there is an integer with variable name Z that can be found in
    1212// ValueStorage by the token "Z" -> first column: int, Z, "Z"
    1313// "undefine" if no parameters are required
    14 #define paramtypes (std::string)
     14#define paramtypes (boost::filesystem::path)
    1515#define paramtokens (WorldInputAction::NAME)
    1616#define paramreferences (filename)
Note: See TracChangeset for help on using the changeset viewer.