This commit is contained in:
2025-07-07 22:44:57 -04:00
parent e16f332476
commit 9987a63af5
54 changed files with 13224 additions and 105 deletions

View File

@@ -0,0 +1,15 @@
//
// Created by Johnathon Slightham on 2025-07-05.
//
#ifndef SERIALIZEDMESSAGE_H
#define SERIALIZEDMESSAGE_H
namespace Flatbuffers {
struct SerializedMessage {
void* data;
size_t size;
};
}
#endif //SERIALIZEDMESSAGE_H