mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-03-02 06:52:48 +00:00
some mods on the way to a better plugin system
This commit is contained in:
parent
fdd6112d74
commit
a2e5a8be6d
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
#include <plugin.h>
|
#include <plugin.h>
|
||||||
|
#include <cvar.h>
|
||||||
|
|
||||||
|
cvar_t drv_path = {"drv_path", LIBDIR "/quakeforge"};
|
||||||
|
|
||||||
input_pi *IN;
|
input_pi *IN;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue