Simple SFML GUI  0.2a
DestructionNotifier.hpp
1 #ifndef DESTRUCTIONNOTIFIER_HPP
2 #define DESTRUCTIONNOTIFIER_HPP
3 
4 #include "DestructionNotificationHub.hpp"
5 
7 protected:
8 
9 public:
10  virtual ~DestructionNotifier();
11 };
12 
13 #endif // DESTRUCTIONNOTIFIER_HPP
Definition: DestructionNotifier.hpp:6