mirror of
https://github.com/zeldaret/ss
synced 2026-09-06 10:45:42 -04:00
1180e1f486
* Initial M3d Pass * `m_bmdl` and `m_bline` left --------- Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com> Co-authored-by: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com>
14 lines
234 B
C++
14 lines
234 B
C++
#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
|