mirror of
https://github.com/borgesdan/xn65
synced 2024-12-29 21:54:47 +01:00
10 lines
122 B
C++
10 lines
122 B
C++
#ifndef XNA_SOUND_SOUNDEFFECT_HPP
|
|
#define XNA_SOUND_SOUNDEFFECT_HPP
|
|
|
|
#include "../default.hpp"
|
|
|
|
namespace xna {
|
|
|
|
}
|
|
|
|
#endif |