blob: a668203d10e0f4f47e6eb2974b33a04b03ca19d7 [file] [log] [blame]
#include "cmMod.hpp"
#include "fileA.hpp"
using namespace std;
cmModClass::cmModClass(string foo) {
str = foo + SOME_DEFINE;
}
string cmModClass::getStr() const {
return str;
}