Cleanup
This commit is contained in:
+1
-5
@@ -317,7 +317,7 @@ string_t *iron_get_arg(i32 index) {
|
||||
#include "iron_math.h"
|
||||
#include "iron_net.h"
|
||||
#include <lz4x.h>
|
||||
#include "dir.h"
|
||||
#include "kong/dir.h"
|
||||
#ifdef WITH_AUDIO
|
||||
#include "iron_audio.h"
|
||||
#endif
|
||||
@@ -374,10 +374,6 @@ const char *iphonegetresourcepath();
|
||||
char mobile_title[1024];
|
||||
#endif
|
||||
|
||||
#if defined(IRON_VULKAN) && defined(KRAFIX_LIBRARY)
|
||||
int krafix_compile(const char *source, char *output, int *length, const char *targetlang, const char *system, const char *shadertype, int version);
|
||||
#endif
|
||||
|
||||
extern iron_gpu_command_list_t commandList;
|
||||
static iron_gpu_buffer_t constant_buffer;
|
||||
static iron_gpu_texture_t *render_target;
|
||||
|
||||
Reference in New Issue
Block a user