moved event handling into Modules instead of having seperate event listener objects
This commit is contained in:
@@ -6,5 +6,4 @@ SET ( SRCS
|
||||
mathlib.cc
|
||||
main.cc
|
||||
)
|
||||
|
||||
ADD_LIBRARY ( mathlib mathlib.cc mathlib.h)
|
||||
ADD_LIBRARY ( mathlib SHARED mathlib.cc mathlib.h)
|
||||
|
||||
Reference in New Issue
Block a user