1
0
mirror of https://github.com/borgesdan/xn65 synced 2024-12-29 21:54:47 +01:00
xn65/inc/platform-dx/xna-dx.hpp
2024-05-24 12:31:24 -03:00

10 lines
297 B
C++

#include "audioengine-dx.hpp"
#include "content-readers/texture2Dreader-dx.hpp"
#include "device-dx.hpp"
#include "dx/StepTimer.hpp"
#include "dxheaders.hpp"
#include "game-dx.hpp"
#include "gdevicemanager-dx.hpp"
#include "init-dx.hpp"
#include "soundeffect-dx.hpp"
#include "implementations.hpp"