mirror of
https://github.com/zeldaret/tmc
synced 2026-05-25 15:25:26 -04:00
11 lines
178 B
C
11 lines
178 B
C
#ifndef ARMOSINTERIORMANAGER_H
|
|
#define ARMOSINTERIORMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
} ArmosInteriorManager;
|
|
|
|
#endif // ARMOSINTERIORMANAGER_H
|