ivdecision.h 134 B

1234567891011121314
  1. #ifndef IVDECISION_H
  2. #define IVDECISION_H
  3. namespace iv {
  4. class ivdecision
  5. {
  6. public:
  7. ivdecision();
  8. };
  9. }
  10. #endif // IVDECISION_H