first commit
This commit is contained in:
10
src/Glass.h
Normal file
10
src/Glass.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
class CEntity;
|
||||
|
||||
class CGlass
|
||||
{
|
||||
public:
|
||||
static void WindowRespondsToCollision(CEntity *ent, float amount, CVector speed, CVector point, bool foo);
|
||||
static void WindowRespondsToSoftCollision(CEntity *ent, float amount);
|
||||
};
|
||||
Reference in New Issue
Block a user