comparison frontend/mikmodux.h @ 21:eb5b14d0e054

Makefile unneeded rule mikmodux.h Fix MODULE
author darius
date Fri, 24 Apr 1998 08:04:39 +0000
parents e5529b6e3b1c
children
comparison
equal deleted inserted replaced
20:0e9afd6bdaf0 21:eb5b14d0e054
88 88
89 typedef struct { 89 typedef struct {
90 char *modname; /* The name of the module, either its filename, or name in an archive */ 90 char *modname; /* The name of the module, either its filename, or name in an archive */
91 char *archive; /* The filename of the archive if the mod is in one. NULL if not */ 91 char *archive; /* The filename of the archive if the mod is in one. NULL if not */
92 92
93 } MODULES; 93 } MODULE;
94 94
95 typedef struct { 95 typedef struct {
96 int current; /* Currenct playing mod */ 96 int current; /* Currenct playing mod */
97 int total; /* Total number of mods */ 97 int total; /* Total number of mods */
98 int status; /* Paused, playing etc */ 98 int status; /* Paused, playing etc */