PieDock
1.6.3
Main Page
Classes
Files
File List
src
ArgbSurface.h
1
/*
2
* O ,-
3
* ° o . -´ ' ,-
4
* ° .´ ` . ´,´
5
* ( ° )) . (
6
* `-;_ . -´ `.`.
7
* `._' ´
8
*
9
* Copyright (c) 2007-2010 Markus Fisch <mf@markusfisch.de>
10
*
11
* Licensed under the MIT license:
12
* http://www.opensource.org/licenses/mit-license.php
13
*/
14
#ifndef _PieDock_ArgbSurface_
15
#define _PieDock_ArgbSurface_
16
17
#include "Surface.h"
18
19
namespace
PieDock
20
{
26
class
ArgbSurface
:
public
Surface
27
{
28
public
:
29
ArgbSurface
(
int
,
int
);
30
virtual
~
ArgbSurface
() {}
31
};
32
}
33
34
#endif
Generated on Fri Feb 28 2014 19:48:22 for PieDock by
1.8.3.1