diff options
Diffstat (limited to 'src/m/m3d/m_video.cpp')
| -rw-r--r-- | src/m/m3d/m_video.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/m/m3d/m_video.cpp b/src/m/m3d/m_video.cpp new file mode 100644 index 00000000..b5ef2eb6 --- /dev/null +++ b/src/m/m3d/m_video.cpp @@ -0,0 +1,13 @@ +#include <d/d_system.h> +#include <m/m_video.h> + +// I dont know if this file actually exists, the place that the function exists is in an odd spot + +namespace mVideo { + +// 0x80065590 +void create() { + // TODO +} + +} // namespace mVideo |
