JacksEscape/App_Render.cpp
2024-03-04 15:05:21 +08:00

12 lines
81 B
C++

#include "App.h"
#include <graphics.h>
extern "C" {
void app_Render() {
}
}