ICommandSource.h 94 B

12345678910
  1. #ifndef ICOMMANDSOURCE_H
  2. #define ICOMMANDSOURCE_H
  3. class ICommandSource
  4. {
  5. public:
  6. };
  7. #endif