13 lines
277 B
C++
13 lines
277 B
C++
/** @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 */
|