fix: crash when exiting linux listen server (#241)
fix: crash when loading on windows xp (#244) build: switched to github hosted runners, and get rid of self-hosted build: windows exe and dll is now code-signed build: drop support for intel icc compiler
This commit is contained in:
parent
c5bdc8dfec
commit
1e9bc3cb5f
9 changed files with 456 additions and 287 deletions
12
inc/yapb.h
12
inc/yapb.h
|
|
@ -1147,12 +1147,12 @@ public:
|
|||
template <typename ...Args> void issueCommand (const char *fmt, Args &&...args);
|
||||
};
|
||||
|
||||
#include <config.h>
|
||||
#include <support.h>
|
||||
#include <message.h>
|
||||
#include <engine.h>
|
||||
#include <manager.h>
|
||||
#include <control.h>
|
||||
#include "config.h"
|
||||
#include "support.h"
|
||||
#include "message.h"
|
||||
#include "engine.h"
|
||||
#include "manager.h"
|
||||
#include "control.h"
|
||||
|
||||
// very global convars
|
||||
extern ConVar cv_jasonmode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue