blob: 2f63b8bf5f6787225dfca2e16dcb7476887725cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/* ------------------------------------------------------------------
* GEM - Graphics Environment for Multimedia
*
* Copyright (c) 2008 zmoelnig@iem.at
* For information on usage and redistribution, and for a DISCLAIMER
* OF ALL WARRANTIES, see the file, "GEM.LICENSE.TERMS"
*
* this file has been generated...
* ------------------------------------------------------------------
*/
#ifndef _INCLUDE__GEM_BASE_GEMGLBASE_H_
#define _INCLUDE__GEM_BASE_GEMGLBASE_H_
#include "Utils/GLUtil.h"
#include "Base/GemBase.h"
class GEM_EXTERN GemGLBase : public GemBase
{
};
#endif /* for header file */
|