mirror of
https://github.com/zeldaret/tmc
synced 2026-08-06 18:03:17 -04:00
Rename managers
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef FLOATINGPLATFORMMANAGER_H
|
||||
#define FLOATINGPLATFORMMANAGER_H
|
||||
|
||||
#include "manager.h"
|
||||
|
||||
typedef struct {
|
||||
Manager base;
|
||||
} FloatingPlatformManager;
|
||||
|
||||
#endif // FLOATINGPLATFORMMANAGER_H
|
||||
Reference in New Issue
Block a user