Files
Examples/SQF/Command Parser/Command%20Parser.Altis/functions.hpp
Benjamin Kyd 5ced778700 Command Parser
2019-05-18 17:28:56 +01:00

8 lines
116 B
C++

class RR {
tag = "RR";
class functions {
file = "RR_functions";
class handleCommand {};
};
};