mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 21:59:59 +00:00
implemented some higher level functions; added lots of stubs; switched top and bottom in CRect
This commit is contained in:
parent
d434c88606
commit
188aab4196
65 changed files with 791 additions and 169 deletions
13
src/control/Pickups.h
Normal file
13
src/control/Pickups.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
class CPickups
|
||||
{
|
||||
public:
|
||||
static void RenderPickUpText(void);
|
||||
};
|
||||
|
||||
class CPacManPickups
|
||||
{
|
||||
public:
|
||||
static void Render(void);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue