mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 18:24:01 +00:00
initial project stubs
This commit is contained in:
15
hecl/lib/frontend/expr/expr.hpp
Normal file
15
hecl/lib/frontend/expr/expr.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef EXPR_HPP
|
||||
#define EXPR_HPP
|
||||
|
||||
#include "CExprBase.hpp"
|
||||
#include "CExprRoot.hpp"
|
||||
#include "CExprCall.hpp"
|
||||
#include "CExprGroup.hpp"
|
||||
#include "CExprMul.hpp"
|
||||
#include "CExprAdd.hpp"
|
||||
#include "CExprSub.hpp"
|
||||
#include "CExprTexture.hpp"
|
||||
#include "CExprTextureGather.hpp"
|
||||
#include "CExprLighting.hpp"
|
||||
|
||||
#endif // EXPR_HPP
|
||||
Reference in New Issue
Block a user