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
627c96be
Unverified
Commit
627c96be
authored
Apr 26, 2019
by
hizzlekizzle
Committed by
GitHub
Apr 26, 2019
Browse files
Merge pull request #72 from ehmry/genode
Metadata tweaks
parents
3ac717fb
7d2bce0a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
627c96be
ifeq
($(LIBRETRO_COMM_DIR),)
LIBRETRO_COMM_DIR
=
$(CORE_DIR)
/libretro-common
endif
LIBFLAC_DIR
=
$(CORE_DIR)
/deps/libFLAC
LIBVORBIS_DIR
=
$(CORE_DIR)
/deps/libvorbis
LIBOGG_DIR
=
$(CORE_DIR)
/deps/libogg
...
...
Tupfile
0 → 100644
View file @
627c96be
TARGET_NAME = tyrquake
CORE_DIR = $(TUP_CWD)
include_rules
common/qtypes.h
View file @
627c96be
...
...
@@ -21,6 +21,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef QTYPES_H
#define QTYPES_H
#include <stddef.h>
typedef
unsigned
char
byte
;
// KJB Undefine true and false defined in SciTech's DEBUG.H header
...
...
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