simpleLib.hpp.in 111 B

1234567891011
  1. #ifndef SIMPLE_LIB_H
  2. #define SIMPLE_LIB_H
  3. class SimpleLib
  4. {
  5. public:
  6. SimpleLib();
  7. ~SimpleLib();
  8. };
  9. #endif