This commit is contained in:
2025-05-25 00:49:53 -04:00
parent b97d632b90
commit 6a22649f76
23 changed files with 812 additions and 70 deletions

View File

@@ -0,0 +1,16 @@
//
// Created by Johnathon Slightham on 2025-05-25.
//
#ifndef MESSAGINGINTERFACE_H
#define MESSAGINGINTERFACE_H
class MessagingInterface {
};
#endif //MESSAGINGINTERFACE_H