#ifndef stuff_hpp #define stuff_hpp class Stuff { public: int x; int message(int a); }; #endif