made a lot of changes, to get the render pipeline working
This commit is contained in:
10
TSE_Core/src/interfaces/IObserver.hpp
Normal file
10
TSE_Core/src/interfaces/IObserver.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace TSE
|
||||
{
|
||||
class IObserver
|
||||
{
|
||||
public:
|
||||
virtual void OnObserved(void* data) = 0;
|
||||
};
|
||||
} // namespace TSE
|
||||
Reference in New Issue
Block a user