xo-procedure2: procedure abstraction for Schematika
This commit is contained in:
parent
c7913a81db
commit
e35c85def0
19 changed files with 885 additions and 0 deletions
16
xo-procedure2/src/procedure2/DPrimitive.cpp
Normal file
16
xo-procedure2/src/procedure2/DPrimitive.cpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/** @file DPrimitive.cpp
|
||||
*
|
||||
* @author Roland Conybeare, Jan 2026
|
||||
**/
|
||||
|
||||
#include "DPrimitive.hpp"
|
||||
#include <xo/gc/GCObject.hpp>
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end DPrimitive.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue