2025-10-19 21:01:27 +01:00
|
|
|
#ifndef BLUE_SERIAL_H_
|
|
|
|
|
#define BLUE_SERIAL_H_
|
2025-06-27 21:53:40 +01:00
|
|
|
|
2025-10-28 15:20:57 +00:00
|
|
|
#include <blue/serial/bitcode.h>
|
|
|
|
|
#include <blue/serial/ctx.h>
|
|
|
|
|
#include <blue/serial/toml.h>
|
2025-06-27 21:53:40 +01:00
|
|
|
|
|
|
|
|
#endif
|