about summary refs log tree commit diff
path: root/src/trainer/logging.h
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2025-02-27 17:25:46 +0000
committervenomade <venomade@venomade.com>2025-02-27 17:25:46 +0000
commit259c727658485ea00d6ef8617ecab579be871470 (patch)
tree5f548781584cf942b0c8a9101eed124da902c9ce /src/trainer/logging.h
Initial Commit
Diffstat (limited to 'src/trainer/logging.h')
-rw-r--r--src/trainer/logging.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/trainer/logging.h b/src/trainer/logging.h
new file mode 100644
index 0000000..93cb595
--- /dev/null
+++ b/src/trainer/logging.h
@@ -0,0 +1,14 @@
+#ifndef LOGGING_H
+#define LOGGING_H
+
+#include "../game.h"
+
+void log_header(FILE *stream);
+
+void log_generation(FILE *stream, int gen, Game *game);
+
+void log_close_pipe(void);
+
+void log_live_update(void);
+
+#endif