ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/view.h
(Generate patch)

Comparing libgender/view.h (file contents):
Revision 1.39 by root, Mon Feb 7 09:01:40 2005 UTC vs.
Revision 1.40 by root, Tue Aug 9 23:58:43 2005 UTC

8using namespace std; 8using namespace std;
9 9
10#include "util.h" 10#include "util.h"
11#include "event.h" 11#include "event.h"
12#include "shader.h" 12#include "shader.h"
13
14extern struct skybox *world_skybox;
13 15
14struct visibility_base 16struct visibility_base
15{ 17{
16 unsigned int generation; // freshness check 18 unsigned int generation; // freshness check
17}; 19};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines