Display control code

This commit is contained in:
2026-02-07 01:38:05 -05:00
parent 2e9004ee34
commit 52ff24e649
21 changed files with 797 additions and 86 deletions

View File

@@ -0,0 +1,11 @@
//
// Created by Johnathon Slightham on 2025-06-30.
//
#include "TextControlMessageBuilder.h"
namespace Flatbuffers {
const Messaging::TextControlMessage* TextControlMessageBuilder::parse_text_control_message(const uint8_t* buffer) {
return flatbuffers::GetRoot<Messaging::TextControlMessage>(buffer);
}
}