Adding Event example
This commit is contained in:
parent
ec8eb971a5
commit
49f42e98f4
5 changed files with 70 additions and 1 deletions
7
examples/events/bam.lua
Normal file
7
examples/events/bam.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
local base = PathDir(ModuleFilename())
|
||||
|
||||
src ={
|
||||
base .. "/main.cpp",
|
||||
base .. "/EventsExample.cpp"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue