forked from M-Labs/nac3
9 lines
298 B
C++
9 lines
298 B
C++
#define IRRT_DEFINE_TYPEDEF_INTS
|
|
#include <irrt_everything.hpp>
|
|
|
|
/*
|
|
All IRRT implementations.
|
|
|
|
We don't have any pre-compiled objects, so we are writing all implementations in headers and
|
|
concatenate them with `#include` into one massive source file that contains all the IRRT stuff.
|
|
*/ |