need to think about resource management
This commit is contained in:
parent
d2de6d410f
commit
dd908ead95
11 changed files with 180 additions and 23 deletions
|
@ -12,6 +12,7 @@ set(hdrs
|
|||
include/pw/core/quaternion.hpp
|
||||
include/pw/core/image.hpp
|
||||
include/pw/core/point.hpp
|
||||
include/pw/core/resource.hpp
|
||||
include/pw/core/rectangle.hpp
|
||||
include/pw/core/serialize.hpp
|
||||
include/pw/core/size.hpp
|
||||
|
@ -30,10 +31,11 @@ set(misc
|
|||
|
||||
set(srcs
|
||||
# src/buffer.cpp
|
||||
src/core.cpp
|
||||
src/image.cpp
|
||||
src/debug.cpp
|
||||
src/mesh.cpp
|
||||
src/core.cpp
|
||||
src/mesh.cpp
|
||||
src/resource.cpp
|
||||
src/serialize.cpp
|
||||
src/time.cpp
|
||||
src/image.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue