lyken
17e8eeaa46
To prepare organizing for future IRRT implementations. There will be a *lot* of C++ code.
8 lines
265 B
C++
8 lines
265 B
C++
#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.
|
|
*/ |