mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- added the ZDoom console and made all needed changes to get it compiled.
This commit is contained in:
parent
ffa16b2a53
commit
d943fe036d
17 changed files with 59482 additions and 150 deletions
|
@ -35,20 +35,10 @@
|
|||
#define __C_CONSOLE__
|
||||
|
||||
#include <stdarg.h>
|
||||
//#include "basictypes.h"
|
||||
|
||||
// Dummies for missing features to make the code compile.
|
||||
|
||||
inline void C_AddTabCommand (const char *name) {}
|
||||
inline void C_RemoveTabCommand (const char *name) {}
|
||||
|
||||
|
||||
#if 0
|
||||
#include "basics.h"
|
||||
|
||||
struct event_t;
|
||||
|
||||
#define C_BLINKRATE (TICRATE/2)
|
||||
|
||||
typedef enum cstate_t
|
||||
{
|
||||
c_up=0, c_down=1, c_falling=2, c_rising=3
|
||||
|
@ -97,5 +87,3 @@ void C_ClearTabCommands(); // Removes all tab commands
|
|||
extern const char *console_bar;
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue