mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 15:21:09 -04:00
11 lines
198 B
C
11 lines
198 B
C
#ifndef ANIMATEDBACKGROUNDMANAGER_H
|
|
#define ANIMATEDBACKGROUNDMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
} AnimatedBackgroundManager;
|
|
|
|
#endif // ANIMATEDBACKGROUNDMANAGER_H
|