mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-18 10:02:12 +00:00
qmenu.h in ein eigenes Verzeichnis
This commit is contained in:
parent
b73a9c782c
commit
8fc77edad0
4 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "../header/client.h"
|
#include "../header/client.h"
|
||||||
#include "qmenu.h"
|
#include "header/qmenu.h"
|
||||||
|
|
||||||
static int m_main_cursor;
|
static int m_main_cursor;
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "../header/client.h"
|
#include "../header/client.h"
|
||||||
#include "qmenu.h"
|
#include "header/qmenu.h"
|
||||||
|
|
||||||
static void Action_DoEnter( menuaction_s *a );
|
static void Action_DoEnter( menuaction_s *a );
|
||||||
static void Action_Draw( menuaction_s *a );
|
static void Action_Draw( menuaction_s *a );
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#include "../../client/header/client.h"
|
#include "../../client/header/client.h"
|
||||||
#include "../../client/menu/qmenu.h"
|
#include "../../client/menu/header/qmenu.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
====================================================================
|
====================================================================
|
||||||
|
|
Loading…
Reference in a new issue