Skip to content

Commit

Permalink
[SP] Increase REF_API_VERSION & UI_API_VERSION
Browse files Browse the repository at this point in the history
Changed the API a little to match better between SP and MP. See following commits
SomaZ@6654638
SomaZ@e40982b
SomaZ@3ac87fd
  • Loading branch information
SomaZ committed Oct 8, 2023
1 parent 83c3984 commit c8facdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/rd-common/tr_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ along with this program; if not, see <http://www.gnu.org/licenses/>.
#include "../ghoul2/G2.h"
#include "../ghoul2/ghoul2_gore.h"

#define REF_API_VERSION 18
#define REF_API_VERSION 19

typedef struct {
void (QDECL *Printf) ( int printLevel, const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
Expand Down
2 changes: 1 addition & 1 deletion code/ui/ui_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ along with this program; if not, see <http://www.gnu.org/licenses/>.
#include "../client/keycodes.h"


#define UI_API_VERSION 3
#define UI_API_VERSION 4


typedef struct {
Expand Down

0 comments on commit c8facdf

Please sign in to comment.