mirror of
https://github.com/halpz/re3.git
synced 2025-07-24 22:49:45 +00:00
added some small bits and stubs
This commit is contained in:
11
src/entities/Train.h
Normal file
11
src/entities/Train.h
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "Vehicle.h"
|
||||
|
||||
class CTrain : public CVehicle
|
||||
{
|
||||
public:
|
||||
// 0x288
|
||||
uint8 stuff[92];
|
||||
};
|
||||
static_assert(sizeof(CTrain) == 0x2E4, "CTrain: error");
|
Reference in New Issue
Block a user