Skip to content
Snippets Groups Projects
Commit a9d80ca5 authored by slevy's avatar slevy
Browse files

Windows-ize.

parent 3eaed78f
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,10 @@ extern void pp_spi_init(void);
extern void nethack_init(void);
extern void sixdof_init(void);
#ifdef WIN32
# include "winjunk.h"
#endif
#include <stdlib.h>
#include "specks.h"
#include "partiviewc.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment