More formatting changes, new tags file.

This commit is contained in:
William Ferrell
2000-04-03 22:13:57 +00:00
parent 0d703c5864
commit 6a115b4446
64 changed files with 8950 additions and 8950 deletions
+3 -3
View File
@@ -123,9 +123,9 @@ and sliders should return 0-255.
#define MENU_READ 5
typedef struct menu_item {
char *text;
int type;
void *data;
char *text;
int type;
void *data;
} menu_item;
#define Menu menu_item *