2024-07-12 22:29:04 +08:00
|
|
|
#define IRRT_DEFINE_TYPEDEF_INTS
|
2024-07-14 01:46:54 +08:00
|
|
|
#include <irrt_everything.hpp>
|
2024-07-05 17:24:57 +08:00
|
|
|
|
2024-07-12 21:32:19 +08:00
|
|
|
/*
|
|
|
|
All IRRT implementations.
|
2024-07-05 17:24:57 +08:00
|
|
|
|
2024-07-12 21:32:19 +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.
|
|
|
|
*/
|