summaryrefslogtreecommitdiffstats
path: root/src/render/Fluff.h
blob: 33532efaee90fde20ed0d8e700bc3e3259920639 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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