#ifndef OBJ_H #define OBJ_H #include "tier1/utlstring.h" class CObject { public: CUtlString m_szObjectFile; CUtlString m_szSourceFile; }; #endif