Optibits
Loading...
Searching...
No Matches
Fwd.hpp
1#pragma once
2
3/* forward declarations */
4
5namespace Optibits
6{
7
8 class Bitmap;
9 class Buffer;
10 class Channel;
11 struct Color;
12 struct Rect;
13 struct Transform;
14
15}