2021-08-09 04:14:45 +02:00
|
|
|
#ifndef CUSTOM0_H
|
|
|
|
#define CUSTOM0_H
|
|
|
|
|
|
|
|
#include "types.h"
|
|
|
|
|
2022-03-16 09:34:18 +01:00
|
|
|
// error model
|
|
|
|
#include "actors/error_model/geo_header.h"
|
|
|
|
|
2021-08-09 04:14:45 +02:00
|
|
|
// luigi_cap
|
2023-11-16 02:04:40 +01:00
|
|
|
#include "actors/luigi_cap/geo_header.h"
|
2021-08-09 04:14:45 +02:00
|
|
|
|
2021-08-19 07:54:46 +02:00
|
|
|
// toad_cap
|
2023-10-30 06:03:36 +01:00
|
|
|
#include "actors/toad_cap/geo_header.h"
|
2021-08-19 07:54:46 +02:00
|
|
|
|
2021-08-09 04:14:45 +02:00
|
|
|
#endif
|