mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
Try to fix emscripten build error.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5482 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
73ef27d709
commit
1f421b40cc
1 changed files with 2 additions and 1 deletions
|
@ -215,6 +215,8 @@ static struct
|
|||
} downloadablelist[32];
|
||||
static int downloadablessequence; //bumped any time any package is purged
|
||||
|
||||
static void PM_WriteInstalledPackages(void);
|
||||
|
||||
static void PM_FreePackage(package_t *p)
|
||||
{
|
||||
struct packagedep_s *d;
|
||||
|
@ -1079,7 +1081,6 @@ void PM_EnumeratePlugins(void (*callback)(const char *name))
|
|||
#endif
|
||||
|
||||
#ifdef PLUGINS
|
||||
static void PM_WriteInstalledPackages(void);
|
||||
static package_t *PM_FindPackage(const char *packagename);
|
||||
static int QDECL PM_EnumeratedPlugin (const char *name, qofs_t size, time_t mtime, void *param, searchpathfuncs_t *spath)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue