Revision 286
many changes. added transparency to rectangles
timer.c | ||
---|---|---|
1 | 1 |
#include <lcom/lcf.h> |
2 | 2 |
|
3 | 3 |
#include "timer.h" |
4 |
#include "graph.h" |
|
5 |
#include "sprite.h" |
|
6 | 4 |
|
7 | 5 |
#define TIMER_FREQ 1193182 /**< @brief clock frequency for timer in PC and AT */ |
8 | 6 |
#define TIMER_MIN_FREQ (TIMER_FREQ/UINT16_MAX) + ((TIMER_FREQ % UINT16_MAX) ? 1 : 0) /**< @brief mininum frequency for timer */ |
Also available in: Unified diff