Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1 | Rev 18 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | #define HARNESS_H |
2 | #define HARNESS_H |
3 | 3 | ||
4 | #include "brender/br_types.h" |
- | |
5 | #include "harness/trace.h" |
4 | #include "harness/trace.h" |
6 | 5 | ||
7 | void Harness_ForceNullPlatform(void); |
6 | 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); |