|
Line 0
Link Here
|
|
|
1 |
--- ./local.h.orig 2012-06-17 10:02:37.000000000 -0500 |
| 2 |
+++ ./local.h 2012-06-17 10:02:50.000000000 -0500 |
| 3 |
@@ -17,13 +17,13 @@ |
| 4 |
|
| 5 |
/* Global Functions */ |
| 6 |
|
| 7 |
-inline void clearLocal(void); |
| 8 |
+extern void clearLocal(void); |
| 9 |
/* |
| 10 |
Clear the local map (intelligently rather than just simply wiping |
| 11 |
the map). |
| 12 |
*/ |
| 13 |
|
| 14 |
-inline void local(void); |
| 15 |
+extern void local(void); |
| 16 |
/* |
| 17 |
Draw out the 'tactical' map. |
| 18 |
*/ |