JacksEscape/App_Render.cpp

12 lines
81 B
C++
Raw Normal View History

#include "App.h"
#include <graphics.h>
2024-03-04 15:05:21 +08:00
extern "C" {
void app_Render() {
}
2024-03-04 15:05:21 +08:00
}