/usr/include/Gem/Base/GemGLBase.h is in gem-dev 1:0.93.3-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 */
|