Ray 3 недель назад
Родитель
Сommit
49cd2ddaa1
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Просмотреть файл

@ -277,7 +277,7 @@
#define FILE_FILTER_TAG_DIR_ONLY "DIR*" // Filter to include directories on directory scan
#endif // NOTE: Used in ScanDirectoryFiles(), LoadDirectoryFilesEx() and GetDirectoryFileCountEx()
// Flags operation macros
// Flags bitwise operation macros
#define FLAG_SET(n, f) ((n) |= (f))
#define FLAG_CLEAR(n, f) ((n) &= ~(f))
#define FLAG_TOGGLE(n, f) ((n) ^= (f))

Загрузка…
Отмена
Сохранить