Переглянути джерело

Review typo

pull/1544/head
Ray 4 роки тому
джерело
коміт
f2c0981c57
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      src/raylib.h

+ 1
- 1
src/raylib.h Переглянути файл

@ -113,7 +113,7 @@
#define RL_FREE(ptr) free(ptr)
#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.
#if defined(__cplusplus)
#define CLITERAL(type) type

Завантаження…
Відмінити
Зберегти