1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#include "m/m_video.h" #include "d/d_system.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