diff options
Diffstat (limited to 'core/core.project')
-rw-r--r-- | core/core.project | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/core.project b/core/core.project index c576751..d277579 100644 --- a/core/core.project +++ b/core/core.project @@ -13,6 +13,7 @@ <File Name="modules.cpp"/> <File Name="services.cpp"/> <File Name="utf8.cpp"/> + <File Name="events.cpp"/> </VirtualDirectory> <VirtualDirectory Name="headers"> <File Name="utf8.h"/> @@ -23,6 +24,7 @@ <File Name="services.h"/> <File Name="../api/ec_pluginapi.h"/> <File Name="../api/ec_services.h"/> + <File Name="events.h"/> </VirtualDirectory> <Settings Type="Executable"> <Configuration Name="Debug" CompilerType="gnu gcc" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> |