tutorials moved
This commit is contained in:
parent
6c4b1e120d
commit
2e24482b64
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Header file for ZEngine Game Engine from Concept of Zero, this is the file that programs that wish to
|
Header file for ZEngine Game Engine from Concept of Zero, this is the file that programs that wish to
|
||||||
utilize ZEngine should include.
|
utilize ZEngine should include.
|
||||||
<br>$Id: ZEngine.h,v 1.28 2003/07/11 20:51:44 cozman Exp $<br>
|
<br>$Id: ZEngine.h,v 1.29 2003/07/13 00:46:57 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ -26,7 +26,7 @@
|
|||||||
and making the engine much faster in all test cases, and the engine was tested for memory leaks with MSVC and is known
|
and making the engine much faster in all test cases, and the engine was tested for memory leaks with MSVC and is known
|
||||||
to have no leaks.<br>
|
to have no leaks.<br>
|
||||||
-The ZEngine website : http://zengine.sourceforge.net/.<br>
|
-The ZEngine website : http://zengine.sourceforge.net/.<br>
|
||||||
-The ZEngine tutorials : http://conceptofzero.net/tutorials/zengine/.<br>
|
-The ZEngine tutorials : http://zengine.sourceforge.net/tutorials/.<br>
|
||||||
-The ZEngine forums : http://www.conceptofzero.net/index.php?name=PNphpBB2&file=viewforum&f=4
|
-The ZEngine forums : http://www.conceptofzero.net/index.php?name=PNphpBB2&file=viewforum&f=4
|
||||||
|
|
||||||
\section Licensing Licensing
|
\section Licensing Licensing
|
||||||
|
@ -15,7 +15,7 @@ are designed to make game development easier and more organized. As of 0.7.7
|
|||||||
ZEngine uses OpenGL to do the 2D display, so it is much faster and can take
|
ZEngine uses OpenGL to do the 2D display, so it is much faster and can take
|
||||||
advantage of hardware accelerated features. This file provides a simple
|
advantage of hardware accelerated features. This file provides a simple
|
||||||
overview of using it, more on the subject can be found in the docs and at
|
overview of using it, more on the subject can be found in the docs and at
|
||||||
http://conceptofzero.net/tutorials/zengine/.
|
http://zengine.sourceforge.net/tutorials/.
|
||||||
------------------------------------------------------------
|
------------------------------------------------------------
|
||||||
II. Getting ZEngine:
|
II. Getting ZEngine:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user