Rev 18 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18 | Rev 20 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | #define HARNESS_H |
2 | #define HARNESS_H |
3 | 3 | ||
- | 4 | #include "brender/br_types.h" |
|
4 | #include "harness/trace.h" |
5 | #include "harness/trace.h" |
5 | 6 | ||
6 | void Harness_ForceNullPlatform(void); |
7 | void Harness_ForceNullPlatform(void); |
7 | int Harness_CalculateFrameDelay(int last_frame_time); |
- | |
8 | 8 | ||
9 | typedef struct tCamera { |
9 | typedef struct tCamera { |
10 | void (*update)(void); |
10 | void (*update)(void); |
11 | float* (*getProjection)(void); |
11 | float* (*getProjection)(void); |
12 | float* (*getView)(void); |
12 | float* (*getView)(void); |