mirror of
https://github.com/libretro/retroluxury.git
synced 2024-11-23 07:39:47 +00:00
renamed some c files that are meant to be inlined to .inl, except stb_vorbis.c
This commit is contained in:
parent
128c79f7e1
commit
44fe05c251
@ -2,8 +2,8 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <rl_endian.c>
|
||||
#include <rl_hash.c>
|
||||
#include <rl_endian.inl>
|
||||
#include <rl_hash.inl>
|
||||
|
||||
rl_entry_t* rl_find_entry( void* data, const char* name )
|
||||
{
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <rl_endian.c>
|
||||
#include <rl_endian.inl>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include <stddef.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <rl_endian.c>
|
||||
#include <rl_endian.inl>
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#ifdef RL_OGG_VORBIS
|
||||
|
Loading…
Reference in New Issue
Block a user