forked from M-Labs/nac3
1
0
Fork 0
nac3/nac3core/irrt/irrt.cpp

8 lines
265 B
C++
Raw Normal View History

#include <irrt_everything.hpp>
2024-07-05 17:24:57 +08:00
/*
All IRRT implementations.
2024-07-05 17:24:57 +08:00
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.
*/