Explorar el Código

Update raudio.c

pull/2581/head
Ray hace 2 años
padre
commit
cccea34c6f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/raudio.c

+ 1
- 1
src/raudio.c Ver fichero

@ -71,9 +71,9 @@
#if defined(RAUDIO_STANDALONE)
#include "raudio.h"
#include <stdarg.h> // Required for: va_list, va_start(), vfprintf(), va_end()
#else
#include "raylib.h" // Declares module functions
// Check if config flags have been externally provided on compilation line
#if !defined(EXTERNAL_CONFIG_FLAGS)
#include "config.h" // Defines module configuration flags

Cargando…
Cancelar
Guardar