6 lines
207 B
C
6 lines
207 B
C
#pragma once
|
|
|
|
// LinuxCNC source basis: RS274 Python/remap sources include Python.h through
|
|
// Boost.Python and use the C API declarations provided by this wasm-safe shim.
|
|
#include "boost/python/object.hpp"
|