This commit is contained in:
2025-07-07 22:44:57 -04:00
parent 707e10f89b
commit 6658ab40fc
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