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

Use plugins.h.

parent d7ce2715
No related branches found
No related tags found
No related merge requests found
......@@ -6,20 +6,13 @@
* This file is part of partiview, released under the
* Illinois Open Source License; see the file LICENSE.partiview for details.
*/
extern void kira_parti_init(void);
extern void warp_init(void);
extern void parti_ieee_init(void);
extern void parti_model_init(void);
extern void conste_init(void);
extern void pp_spi_init(void);
extern void nethack_init(void);
extern void sixdof_init(void);
#ifdef WIN32
# include "winjunk.h"
#endif
#include "plugins.h"
#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