Ignore:
Timestamp:
Mar 7, 2012, 2:01:55 PM (13 years ago)
Author:
ldelgass
Message:

Move Vector3/4Array typdefs to the Vector3/4.h headers and remove TypeDefs?.h.
Also misc. cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/socket/RenderClient.cpp

    r2798 r2827  
    1515 */
    1616#include <GL/freeglut.h>
    17 #include "RenderClient.h"
    1817#include <stdlib.h>
    1918#include <sstream>
     
    2322#include <assert.h>
    2423
    25 #include "../Event.h"
     24#include "RenderClient.h"
     25#include "Event.h"
    2626
    2727using namespace std;
     
    2929Event* event[5000];
    3030int cur_event = 0;
    31 
    3231
    3332int width, height;
Note: See TracChangeset for help on using the changeset viewer.