Added song structs
This commit is contained in:
parent
413cefb933
commit
a0fb2d0dc6
@ -9,13 +9,13 @@ if is_plat("wasm") then
|
||||
end
|
||||
|
||||
-- Packages
|
||||
add_requires("raylib", "box2d", "ldtkloader")
|
||||
add_requires("raylib", "box2d", "ldtkloader", "rapidjson")
|
||||
|
||||
target("game_jam_kit")
|
||||
set_kind("binary")
|
||||
add_files("src/*.cpp")
|
||||
add_includedirs("src", { public = true })
|
||||
add_packages("raylib", "box2d", "ldtkloader")
|
||||
add_packages("raylib", "box2d", "ldtkloader", "rapidjson")
|
||||
|
||||
-- Copy assets to output directory after build
|
||||
after_build(function (target)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user