header fix
This commit is contained in:
parent
0ee8c2f1be
commit
4654c0fae2
2 changed files with 1 additions and 1 deletions
|
@ -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.
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
#include "dumb.h"
|
|
||||||
|
|
||||||
int Tracker_Init(void);
|
int Tracker_Init(void);
|
||||||
void Tracker_Play(byte track, qboolean looping);
|
void Tracker_Play(byte track, qboolean looping);
|
||||||
|
|
|
@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "quakedef.h"
|
#include "quakedef.h"
|
||||||
|
#include "dumb.h"
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
Loading…
Reference in a new issue