sm64ex-coop/data/dynos_gfx_update.cpp

8 lines
91 B
C++

#include "dynos.cpp.h"
extern "C" {
}
void DynOS_Gfx_Update() {
DynOS_Tex_Update();
}