mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
10 lines
166 B
C++
10 lines
166 B
C++
#ifndef INFOCENTERENTITY_H
|
|
#define INFOCENTERENTITY_H
|
|
|
|
#include "legoentity.h"
|
|
|
|
class InfoCenterEntity : public LegoEntity
|
|
{
|
|
};
|
|
|
|
#endif // INFOCENTERENTITY_H
|