use typedef

This commit is contained in:
2025-05-12 14:32:13 -05:00
parent 5319e2309b
commit 3a82e9b4ec
7 changed files with 7 additions and 14 deletions

View File

@@ -80,7 +80,7 @@ class WindowModule : public Archimedes::Module {
#ifdef WINDOWMODULE_DYNAMIC
#define MODULE_TYPE WindowModule
typedef WindowModule mtype;
#include "endModule.h"
#endif