// Sample for python unit tests // Not part of the decomp // FUNCTION: TEST 0x10000001 inline const char* OneLineWithComment() const { return "MxDSObject"; }; // hi there // FUNCTION: TEST 0x10000002 inline const char* OneLine() const { return "MxDSObject"; };