mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
chore(event): move CObserver from ui to event
This commit is contained in:
parent
c56c1118b6
commit
a56bdc3c3e
8
src/event/CObserver.hpp
Normal file
8
src/event/CObserver.hpp
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#ifndef EVENT_C_OBSERVER_HPP
|
||||||
|
#define EVENT_C_OBSERVER_HPP
|
||||||
|
|
||||||
|
class CObserver {
|
||||||
|
// TODO
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
@ -1,8 +0,0 @@
|
|||||||
#ifndef UI_C_OBSERVER_HPP
|
|
||||||
#define UI_C_OBSERVER_HPP
|
|
||||||
|
|
||||||
class CObserver {
|
|
||||||
// TODO
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
||||||
Loading…
Reference in New Issue
Block a user