refactor: remove LoBBS and meta headers, update include paths in LoBBSDal and LoBBSModule, and introduce new plugin header

This commit is contained in:
Ben Allfree
2025-12-05 23:14:36 -08:00
parent fe1d85e84c
commit 63617076d3
5 changed files with 11 additions and 12 deletions
-4
View File
@@ -1,4 +0,0 @@
#pragma once
#include "LoBBSModule.h"
+1 -1
View File
@@ -1,7 +1,7 @@
#pragma once
#include "lobbs.pb.h"
#include "LoDB.h"
#include "lodb/src/plugin.h"
#include <stdint.h>
#include <vector>
+1 -2
View File
@@ -1,11 +1,10 @@
#pragma once
#include "meta.h"
#include "plugin.h"
#include "LoBBSDal.h"
#include "SinglePortModule.h"
#include "lobbs.pb.h"
#define LOBBS_HEADER "LoBBS v" LOBBS_VERSION "\nCommands:\n"
/**
* LoBBS (Lo-Fi Bulletin Board System) Module
-5
View File
@@ -1,5 +0,0 @@
#pragma once
#pragma MPM_MODULE(LoBBSModule)
#define LOBBS_VERSION "1.1.0"
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#define LOBBS_VERSION "1.1.0"
#define LOBBS_HEADER "LoBBS v" LOBBS_VERSION "\nCommands:\n"
#include "LoBBSModule.h"
#pragma MPM_MODULE(LoBBSModule)