1
0
mirror of https://github.com/td512/re3.git synced 2026-01-19 03:46:45 +00:00
td512.re3/src/render/Fluff.h

8 lines
74 B
C++

#pragma once
class CMovingThings
{
public:
static void Render(void);
};