This website requires JavaScript.
Explore
Minetest
Help
Sign In
Ginger88895
/
warzone2100
Watch
1
Star
0
Fork
You've already forked warzone2100
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
081ec89b32
warzone2100
/
lib
/
ivis_opengl
/
vid.h
8 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
Create final repository structure. git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@362 4a71c877-e1ca-e34f-864e-861f7616d084
2007-06-28 10:47:08 -07:00
#
ifndef _vid_
#
define _vid_
- converted the sources in src/ to use full path includes instead of just the filename. - marked places where lib/ivis_*implementation* (eg opengl) is needed, because of incomplete lib/ivis_common. Should improve the understanding of interfaces and code organization. git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@431 4a71c877-e1ca-e34f-864e-861f7616d084
2006-05-27 09:37:17 -07:00
// FIXME Stubfile!
#
include
"lib/ivis_common/rendmode.h"
Create final repository structure. git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@362 4a71c877-e1ca-e34f-864e-861f7616d084
2007-06-28 10:47:08 -07:00
#
endif