chore(event): move CObserver from ui to event

This commit is contained in:
fallenoak 2025-10-05 13:53:20 -05:00
parent c56c1118b6
commit a56bdc3c3e
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D
2 changed files with 8 additions and 8 deletions

8
src/event/CObserver.hpp Normal file
View File

@ -0,0 +1,8 @@
#ifndef EVENT_C_OBSERVER_HPP
#define EVENT_C_OBSERVER_HPP
class CObserver {
// TODO
};
#endif

View File

@ -1,8 +0,0 @@
#ifndef UI_C_OBSERVER_HPP
#define UI_C_OBSERVER_HPP
class CObserver {
// TODO
};
#endif