1 #pragma once
2 
3 #include "scripting/ade_api.h"
4 #include "object/object.h"
5 
6 namespace scripting {
7 namespace api {
8 
9 DECLARE_ADE_OBJ(l_Beam, object_h);
10 
11 }
12 }
13 
14 
15