Move the external file format stuff into its own module.

This commit is contained in:
David Given
2024-10-15 00:46:46 +02:00
parent ea4a147751
commit 7983a4b883
40 changed files with 96 additions and 154 deletions

View File

@@ -1,4 +1,4 @@
#include "lib/globals.h"
#include "lib/core/globals.h"
#include "lib/config/proto.h"
#include "lib/config/flags.h"
#include "fmt/format.h"