mirror of
https://github.com/borgesdan/xn65
synced 2024-12-29 21:54:47 +01:00
Mode displaymode.cpp para framwork/graphics
This commit is contained in:
parent
f5d4ccb270
commit
a93006d070
@ -21,7 +21,6 @@ add_library (Xn65DX STATIC
|
|||||||
"mouse.cpp"
|
"mouse.cpp"
|
||||||
"gamepad.cpp"
|
"gamepad.cpp"
|
||||||
"soundeffect.cpp"
|
"soundeffect.cpp"
|
||||||
"displaymode.cpp"
|
|
||||||
"init.cpp"
|
"init.cpp"
|
||||||
"audioengine.cpp"
|
"audioengine.cpp"
|
||||||
"effect.cpp"
|
"effect.cpp"
|
||||||
|
@ -19,6 +19,7 @@ add_library (Xn65 STATIC
|
|||||||
"common/numerics.cpp"
|
"common/numerics.cpp"
|
||||||
"common/packedvalue.cpp"
|
"common/packedvalue.cpp"
|
||||||
"graphics/gresource.cpp"
|
"graphics/gresource.cpp"
|
||||||
|
"graphics/displaymode"
|
||||||
"exception.cpp")
|
"exception.cpp")
|
||||||
|
|
||||||
if (CMAKE_VERSION VERSION_GREATER 3.12)
|
if (CMAKE_VERSION VERSION_GREATER 3.12)
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#include "xna-dx/framework.hpp"
|
|
||||||
#include "xna/graphics/displaymode.hpp"
|
#include "xna/graphics/displaymode.hpp"
|
||||||
|
|
||||||
namespace xna {
|
namespace xna {
|
Loading…
x
Reference in New Issue
Block a user