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

12 lines
352 B
C++
Raw Normal View History

#include "audioengine-dx.hpp"
2024-05-21 09:40:59 -03:00
#include "content-readers/texture2Dreader-dx.hpp"
#include "device-dx.hpp"
2024-05-21 09:40:59 -03:00
#include "dx/StepTimer.hpp"
#include "dxheaders.hpp"
#include "game-dx.hpp"
#include "gdeviceinfo-dx.hpp"
#include "gdevicemanager-dx.hpp"
#include "init-dx.hpp"
#include "soundeffect-dx.hpp"
#include "window-dx.hpp"
2024-05-21 09:40:59 -03:00
#include "implementations.hpp"