implemented some higher level functions; added lots of stubs; switched top and bottom in CRect
This commit is contained in:
7
src/render/Fluff.h
Normal file
7
src/render/Fluff.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
class CMovingThings
|
||||
{
|
||||
public:
|
||||
static void Render(void);
|
||||
};
|
||||
Reference in New Issue
Block a user