Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
tyrquake
Commits
5d37de69
Commit
5d37de69
authored
Sep 09, 2015
by
Libretro-Admin
Browse files
Move files to common/
parent
a159e712
Changes
85
Hide whitespace changes
Inline
Side-by-side
include
/crc.h
→
common
/crc.h
View file @
5d37de69
File moved
include
/cvar.h
→
common
/cvar.h
View file @
5d37de69
File moved
include
/d_iface.h
→
common
/d_iface.h
View file @
5d37de69
File moved
include
/d_ifacea.h
→
common
/d_ifacea.h
View file @
5d37de69
File moved
include
/d_local.h
→
common
/d_local.h
View file @
5d37de69
File moved
include
/draw.h
→
common
/draw.h
View file @
5d37de69
File moved
NQ
/host.c
→
common
/host.c
View file @
5d37de69
File moved
NQ
/host.h
→
common
/host.h
View file @
5d37de69
File moved
NQ
/host_cmd.c
→
common
/host_cmd.c
View file @
5d37de69
File moved
include
/in_x11.h
→
common
/in_x11.h
View file @
5d37de69
File moved
include
/input.h
→
common
/input.h
View file @
5d37de69
File moved
include
/keys.h
→
common
/keys.h
View file @
5d37de69
File moved
include
/libretro.h
→
common
/libretro.h
View file @
5d37de69
File moved
include
/list.h
→
common
/list.h
View file @
5d37de69
File moved
include
/mathlib.h
→
common
/mathlib.h
View file @
5d37de69
File moved
NQ
/menu.c
→
common
/menu.c
View file @
5d37de69
...
...
@@ -103,10 +103,8 @@ enum m_state_enum {
static
int
m_state
;
#ifdef __LIBRETRO__
#include "../include/libretro.h"
#include "libretro.h"
extern
retro_environment_t
environ_cb
;
#endif
#define StartingGame (m_multiplayer_cursor == 1)
#define JoiningGame (m_multiplayer_cursor == 0)
...
...
NQ
/menu.h
→
common
/menu.h
View file @
5d37de69
File moved
include
/model.h
→
common
/model.h
View file @
5d37de69
File moved
include
/modelgen.h
→
common
/modelgen.h
View file @
5d37de69
File moved
include
/msvc_compat.h
→
common
/msvc_compat.h
View file @
5d37de69
File moved
Prev
1
2
3
4
5
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment