mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-18 13:41:06 +03:00
9 lines
100 B
C++
9 lines
100 B
C++
#ifndef EVENT_C_OBSERVER_HPP
|
|
#define EVENT_C_OBSERVER_HPP
|
|
|
|
class CObserver {
|
|
// TODO
|
|
};
|
|
|
|
#endif
|