mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 10:39:47 +00:00
MLO, XtraCompsModelInfo, MovingThing, Solid
This commit is contained in:
14
src/entities/Solid.h
Normal file
14
src/entities/Solid.h
Normal file
@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "Entity.h"
|
||||
|
||||
class CSolid : public CEntity
|
||||
{
|
||||
public:
|
||||
CSolid(void) {
|
||||
bRemoveFromWorld = true;
|
||||
bHasHitWall = false;
|
||||
bImBeingRendered = false;
|
||||
m_flagE2 = true;
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user