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