Show link.h syntax highlighted
/***************************************************************************
link.h - Automatic entry point for static lib
-------------------
begin : Thu Sep 11 2003
copyright : (C) 2003 by Reality Rift Studios
email : mattias@realityrift.com
***************************************************************************
The contents of this file are subject to the Mozilla Public License Version
1.1 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
for the specific language governing rights and limitations under the
License.
The Original Code is the NeoEngine, NeoDevOpenGL, link.h
The Initial Developer of the Original Code is Mattias Jansson.
Portions created by Mattias Jansson are Copyright (C) 2003
Reality Rift Studios. All Rights Reserved.
***************************************************************************/
#ifndef __NEOOGL_LINK_H
#define __NEOOGL_LINK_H
namespace NeoOGL
{
class Link
{
public:
/**
*/
Link();
};
#ifndef NEOENGINE_INTERNALS
Link g_kLink;
#endif
};
#endif
See more files for this project here