Sfoglia il codice sorgente

Review typo

pull/1544/head
Ray 4 anni fa
parent
commit
f2c0981c57
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/raylib.h

+ 1
- 1
src/raylib.h Vedi File

@ -113,7 +113,7 @@
#define RL_FREE(ptr) free(ptr) #define RL_FREE(ptr) free(ptr)
#endif #endif
// NOTE: MSC C++ compiler does not support compound literals (C99 feature)
// NOTE: MSVC C++ compiler does not support compound literals (C99 feature)
// Plain structures in C++ (without constructors) can be initialized from { } initializers. // Plain structures in C++ (without constructors) can be initialized from { } initializers.
#if defined(__cplusplus) #if defined(__cplusplus)
#define CLITERAL(type) type #define CLITERAL(type) type

Caricamento…
Annulla
Salva