diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-16 14:06:26 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-16 14:06:26 +0200 |
commit | 7041ab5d41644bc3310b5c16b9c0aa3818a03d10 (patch) | |
tree | e3cab3306b88a72cd32e13bb4baa192f7d775e65 /core/core.project | |
parent | 01212a19ce05aaa27ff33dae06bed646e7a65535 (diff) |
skeleton for events handler
functions return type correction
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"> |