animation and lights moved to graphics
This commit is contained in:
parent
229ad2dd95
commit
86a9f815c1
30 changed files with 36 additions and 36 deletions
|
|
@ -35,10 +35,10 @@ sources = files(
|
|||
# graphics
|
||||
'graphics/textures.cpp',
|
||||
'graphics/palette.cpp',
|
||||
'shaders.cpp',
|
||||
'scene.cpp',
|
||||
'animation.cpp',
|
||||
'lights.cpp',
|
||||
'graphics/shaders.cpp',
|
||||
'graphics/scene.cpp',
|
||||
'graphics/animation.cpp',
|
||||
'graphics/lights.cpp',
|
||||
'raycaster.cpp',
|
||||
'easing.cpp',
|
||||
'camera.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue