diff options
author | Roberto Raggi <[email protected]> | 2010-11-10 12:32:34 +0100 |
---|---|---|
committer | Roberto Raggi <[email protected]> | 2010-11-10 15:46:41 +0100 |
commit | bc70a688177ed1afe9364ac99afa5321660440c6 (patch) | |
tree | 521d141835127401d4724856a5f6aadb2c06e73d /src/libs/glsl/glslast.cpp | |
parent | 89eb27d231a97be74118f629fd10c7ef3f145613 (diff) |
Imported our new GLSL front-end.
Diffstat (limited to 'src/libs/glsl/glslast.cpp')
-rw-r--r-- | src/libs/glsl/glslast.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/libs/glsl/glslast.cpp b/src/libs/glsl/glslast.cpp new file mode 100644 index 00000000000..c4914f39538 --- /dev/null +++ b/src/libs/glsl/glslast.cpp @@ -0,0 +1,12 @@ +#include "glslast.h" + +using namespace GLSL; + +AST::AST() +{ +} + +AST::~AST() +{ +} + |