changeset 8123 | ce31d2843a95 |
parent 8119 | 52b48108425a |
child 8138 | dbfdc08fa6b9 |
8122:986d42e2281d | 8123:ce31d2843a95 |
---|---|
2 |
2 |
3 /** @file bridge.h Header file for bridges */ |
3 /** @file bridge.h Header file for bridges */ |
4 |
4 |
5 #ifndef BRIDGE_H |
5 #ifndef BRIDGE_H |
6 #define BRIDGE_H |
6 #define BRIDGE_H |
7 |
|
8 #include "gfx_type.h" |
|
7 |
9 |
8 enum { |
10 enum { |
9 MAX_BRIDGES = 13 |
11 MAX_BRIDGES = 13 |
10 }; |
12 }; |
11 |
13 |