Finished signal service

This commit is contained in:
Vulpovile
2023-11-16 16:36:05 -08:00
parent a222ac2b67
commit d06251ce7f
9 changed files with 125 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
#include "Reflection/ReflectionDataTable.h"
#include "Reflection/ReflectionProperty.h"
#include <G3DAll.h>
#include "SignalTypes.h"
namespace B3D
@@ -44,6 +45,7 @@ namespace B3D
Reflection::ReflectionProperty<std::string> name;
bool canDelete;
virtual bool postMessage(SigMesg msgId, void* lParam, void* wParam);
protected:
//Constructor