浏览代码

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

正在加载...
取消
保存