mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 15:21:09 -04:00
12 lines
180 B
C
12 lines
180 B
C
#ifndef HOUSESIGNMANAGER_H
|
|
#define HOUSESIGNMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u32 bitfield;
|
|
} HouseSignManager;
|
|
|
|
#endif // HOUSESIGNMANAGER_H
|