12 lines
162 B
C++
12 lines
162 B
C++
#pragma once
|
|
#include "Utils/Defines.h"
|
|
|
|
|
|
class CGameEntitySystem;
|
|
|
|
class IGameResourceService
|
|
{
|
|
public:
|
|
MEM_PAD(0x58);
|
|
CGameEntitySystem* pGameEntitySystem;
|
|
}; |