index
:
project-spc
loek/audio
loek/cleanup
loek/collision-system
loek/config
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
/
Component.cpp
blob: 9a7731a4bb37fb6be63fa363e05b908095c946c3 (
plain
)
1
2
3
4
5
6
#include
"Component.h"
using
namespace
crepe
;
Component
::
Component
()
:
active
(
true
)
{}