1 #ifndef REFERENCEABLECHECKSTAGE_H
2 #define REFERENCEABLECHECKSTAGE_H
4 #include "../world/universalid.hpp"
5 #include "../doc/stage.hpp"
6 #include "../world/data.hpp"
7 #include "../world/refiddata.hpp"
55 const std::string& someID,
60 const std::string& someID);
62 template<
typename TOOL>
void toolCheck(
const TOOL& someTool,
64 const std::string& someID,
67 template<
typename TOOL>
void toolCheck(
const TOOL& someTool,
69 const std::string& someID);
71 template<
typename LIST>
void listCheck(
const LIST& someList,
73 const std::string& someID);
75 template<
typename TOOL>
void scriptCheck(
const TOOL& someTool,
77 const std::string& someID);
87 #endif // REFERENCEABLECHECKSTAGE_H
Definition: refiddata.hpp:219
Definition: messages.hpp:38