implemented some higher level functions; added lots of stubs; switched top and bottom in CRect
This commit is contained in:
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);
|
||||
};
|
||||
Reference in New Issue
Block a user