mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 16:14:09 +00:00
WaterLevel done
This commit is contained in:
parent
53023eb65b
commit
a644c4e9ce
8 changed files with 1459 additions and 12 deletions
|
@ -6,13 +6,13 @@ class CEntity;
|
|||
|
||||
class CParticle
|
||||
{
|
||||
public:
|
||||
enum
|
||||
{
|
||||
RAND_TABLE_SIZE = 20,
|
||||
SIN_COS_TABLE_SIZE = 1024
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
CVector m_vecPosition;
|
||||
CVector m_vecVelocity;
|
||||
CVector m_vecScreenPosition;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue