index
:
project-spc
loek/audio
loek/cleanup
loek/collision-system
loek/config
loek/hotfix
loek/savemgr
loek/scripts
loek/tests
loek/util
loek/wrap
master
poc/audio-miniaudio
poc/audio-soloud
poc/profiling
24-25 b13 spc: minor project engine
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crepe
/
api
/
Scene.cpp
blob: 092dc6229f571e4a41ad4a25446e4e724db85979 (
plain
)
1
2
3
4
5
#include
"Scene.h"
using
namespace
crepe
;
Scene
::
Scene
(
std
::
string
name
)
:
name
(
name
)
{}