header fix

This commit is contained in:
eukos 2015-08-06 22:42:04 +02:00
parent 0ee8c2f1be
commit 4654c0fae2
2 changed files with 1 additions and 1 deletions

View file

@ -17,7 +17,6 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "dumb.h"
int Tracker_Init(void);
void Tracker_Play(byte track, qboolean looping);

View file

@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "quakedef.h"
#include "dumb.h"
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>