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