diff --git a/src/gs-entbase/shared/func_wall.qc b/src/gs-entbase/shared/func_wall.qc index 3c95b10e..ac1f53cf 100644 --- a/src/gs-entbase/shared/func_wall.qc +++ b/src/gs-entbase/shared/func_wall.qc @@ -124,3 +124,6 @@ func_wall::func_wall(void) isCSQC = true; #endif } + +/* temporary */ +CLASSEXPORT(func_reflective_glass, func_wall) \ No newline at end of file