* Moved various source files from their mod sdk locations to places more
appropriate for open source Q3 * This patch looks bigger than it really is, however it will probably break the VC and OS X builds (easy to fix though)
This commit is contained in:
parent
3ff42330e5
commit
3a2ad50406
98 changed files with 247 additions and 1030 deletions
|
@ -23,14 +23,14 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#ifndef __UI_LOCAL_H__
|
||||
#define __UI_LOCAL_H__
|
||||
|
||||
#include "../game/q_shared.h"
|
||||
#include "../cgame/tr_types.h"
|
||||
#include "../qcommon/q_shared.h"
|
||||
#include "../renderer/tr_types.h"
|
||||
//NOTE: include the ui_public.h from the new UI
|
||||
#include "../ui/ui_public.h" // bk001205 - yes, do have to use this
|
||||
//redefine to old API version
|
||||
#undef UI_API_VERSION
|
||||
#define UI_API_VERSION 4
|
||||
#include "keycodes.h"
|
||||
#include "../client/keycodes.h"
|
||||
#include "../game/bg_public.h"
|
||||
|
||||
typedef void (*voidfunc_f)(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue