#ifndef ATI_COUNTER_INFO_H #define ATI_COUNTER_INFO_H #include typedef struct { GLuint *counterList; int numCounters; int maxActiveCounters; } ATI_Counter_Info; #endif // ATI_COUNTER_INFO_H