Adding Display Example
This commit is contained in:
parent
b43f2fcca8
commit
4d69ff3a18
5 changed files with 112 additions and 1 deletions
7
examples/display/bam.lua
Normal file
7
examples/display/bam.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
local base = PathDir(ModuleFilename())
|
||||
|
||||
src ={
|
||||
base .. "/main.cpp",
|
||||
base .. "/DisplayExample.cpp"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue