renamed some c files that are meant to be inlined to .inl, except stb_vorbis.c

This commit is contained in:
Andre Leiradella 2016-05-27 19:29:56 -03:00
parent 128c79f7e1
commit 44fe05c251
5 changed files with 4 additions and 4 deletions

View File

@ -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 )
{

View File

@ -4,7 +4,7 @@
#include <stdint.h>
#include <string.h>
#include <rl_endian.c>
#include <rl_endian.inl>
typedef struct
{

View File

@ -7,7 +7,7 @@
#include <stddef.h>
#include <math.h>
#include <rl_endian.c>
#include <rl_endian.inl>
/*---------------------------------------------------------------------------*/
#ifdef RL_OGG_VORBIS