13 lines
188 B
C++
13 lines
188 B
C++
#pragma once
|
|
|
|
// used: mem_pad
|
|
#include "../../utilities/memory.h"
|
|
|
|
class CGameEntitySystem;
|
|
|
|
class IGameResourceService
|
|
{
|
|
public:
|
|
MEM_PAD(0x58);
|
|
CGameEntitySystem* pGameEntitySystem;
|
|
}; |