xo-reader2 stack: convenience #includes + parsing examples
This commit is contained in:
parent
f77a94af6f
commit
523538b21c
1 changed files with 13 additions and 0 deletions
13
include/xo/expression2/DefineExpr.hpp
Normal file
13
include/xo/expression2/DefineExpr.hpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/** @file DefineExpr.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DDefineExpr.hpp"
|
||||
#include "detail/IExpression_DDefineExpr.hpp"
|
||||
//#include "detail/IGCObject_DDefineExpr.hpp"
|
||||
#include "detail/IPrintable_DDefineExpr.hpp"
|
||||
|
||||
/* end DefineExpr.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue