mirror of
https://github.com/libretro/libretro-wolfenstein3d.git
synced 2024-11-23 00:19:48 +00:00
Create id_libretro.c
This commit is contained in:
parent
855ffb74f7
commit
3bc2ac37e4
1
Makefile
1
Makefile
@ -45,6 +45,7 @@ SRCS += id_sd.cpp
|
||||
SRCS += id_us_1.cpp
|
||||
SRCS += id_vh.cpp
|
||||
SRCS += id_vl.cpp
|
||||
SRCS += id_libretro.cpp
|
||||
SRCS += signon.cpp
|
||||
SRCS += wl_act1.cpp
|
||||
SRCS += wl_act2.cpp
|
||||
|
@ -8,6 +8,7 @@ SOURCES_C += $(CORE_DIR)/id_sd.c
|
||||
SOURCES_C += $(CORE_DIR)/id_us_1.c
|
||||
SOURCES_C += $(CORE_DIR)/id_vh.c
|
||||
SOURCES_C += $(CORE_DIR)/id_vl.c
|
||||
SOURCES_C += $(CORE_DIR)/id_libretro.c
|
||||
SOURCES_C += $(CORE_DIR)/signon.c
|
||||
SOURCES_C += $(CORE_DIR)/wl_act1.c
|
||||
SOURCES_C += $(CORE_DIR)/wl_act2.c
|
||||
|
5
id_libretro.c
Normal file
5
id_libretro.c
Normal file
@ -0,0 +1,5 @@
|
||||
// ID_LIBRETRO.C
|
||||
|
||||
#include <string.h>
|
||||
#include "wl_def.h"
|
||||
#include "surface.h"
|
Loading…
Reference in New Issue
Block a user