Show link.h syntax highlighted
/***************************************************************************
link.h - Automatic entry point for static lib
-------------------
begin : Thu Sep 11 2003
copyright : (C) 2003 by Cody Russell
email : cody [at] jhu.edu
***************************************************************************
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, NeoBrute, link.h
The Initial Developer of the Original Code is Cody Russell.
Portions created by Cody Russell are Copyright (C) 2003
Cody Russell. All Rights Reserved.
***************************************************************************/
#ifndef __NEOBRUTE_LINK_H
#define __NEOBRUTE_LINK_H
namespace NeoBrute
{
class Link
{
public:
/**
*/
Link();
};
#ifndef NEOENGINE_INTERNALS
Link g_kLink;
#endif
};
#endif
See more files for this project here
NeoenEngine NG (Next Generation) is the evolution of neoengine one,it\'s a different development from NeoEngine2, it\'s a direct inherits from NeoEngine one.\n
Project homepage:
http://sourceforge.net/projects/neoengineng
Programming language(s): C,C++
License: other
Makefile.am
SConscript
base.h
dll.cpp
link.h
neobrute-static.dev
neobrute.cbp
neobrute.dev
neobrute.dsp
neobrute.layout
neobrute.vcproj
terrain.cpp
terrain.h