12 lines
216 B
C++
12 lines
216 B
C++
/** @file Boolean.hpp
|
|
*
|
|
* @author Roland Conybeare, Feb 2026
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "DBoolean.hpp"
|
|
#include "boolean/IGCObject_DBoolean.hpp"
|
|
#include "boolean/IPrintable_DBoolean.hpp"
|
|
|
|
/* end Boolean.hpp */
|