mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
14 lines
247 B
C++
14 lines
247 B
C++
#ifndef RACESTANDS2ENTITY_H
|
|
#define RACESTANDS2ENTITY_H
|
|
|
|
#include "buildingentity.h"
|
|
|
|
class MxCompositeMediaPresenter
|
|
{
|
|
// OFFSET ISLE1 0x10073ea0
|
|
MxCompositeMediaPresenter();
|
|
|
|
// Size is 0x50
|
|
};
|
|
|
|
#endif // RACESTANDS2ENTITY_H
|