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