mirror of
https://github.com/halpz/re3.git
synced 2025-07-10 16:48:52 +00:00
the great reorganization
This commit is contained in:
11
src/peds/DummyPed.h
Normal file
11
src/peds/DummyPed.h
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "Dummy.h"
|
||||
|
||||
// actually unused
|
||||
class CDummyPed : CDummy
|
||||
{
|
||||
int32 pedType;
|
||||
int32 unknown;
|
||||
};
|
||||
static_assert(sizeof(CDummyPed) == 0x70, "CDummyPed: error");
|
Reference in New Issue
Block a user