mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-15 04:31:16 +00:00
11 lines
231 B
C++
11 lines
231 B
C++
#ifndef INFOCENTERENTITY_H
|
|
#define INFOCENTERENTITY_H
|
|
|
|
#include "legoentity.h"
|
|
|
|
class InfoCenterEntity : public LegoEntity
|
|
{
|
|
virtual int FUN_100150c0(); // Return is unknown 4-byte value
|
|
};
|
|
|
|
#endif // INFOCENTERENTITY_H
|