1 #pragma once
2 
3 #include "scripting/ade_api.h"
4 
5 namespace scripting {
6 namespace api {
7 
8 DECLARE_ADE_LIB(l_Graphics);
9 
10 void graphics_on_frame();
11 
12 }
13 }
14 
15