(svn r4154) -Moved MAX_BRIDGES in bridge.h and made it an enum. This makes two drops ...

This commit is contained in:
celestar
2006-03-29 19:03:47 +00:00
parent 969328d8c1
commit c442586676
6 changed files with 8 additions and 4 deletions

View File

@@ -5,6 +5,10 @@
#ifndef BRIDGE_H
#define BRIDGE_H
enum {
MAX_BRIDGES = 13
};
/** Struct containing information about a single bridge type
*/
typedef struct Bridge {