diff options
| author | raysan5 <[email protected]> | 2021-06-05 12:33:05 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-06-05 12:33:05 +0200 |
| commit | e95d8bc655cb69320a835b9af9fd041bcd1257f7 (patch) | |
| tree | c15e44201ba9af029f161065a643ad79c7c7efa7 /src/raylib.h | |
| parent | 6445200a93354825daae733e3172a330c4ee2110 (diff) | |
| download | raylib-e95d8bc655cb69320a835b9af9fd041bcd1257f7.tar.gz raylib-e95d8bc655cb69320a835b9af9fd041bcd1257f7.zip | |
Minor format tweaks
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index c19565d4..5b27fc4e 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -121,7 +121,7 @@ #endif // 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 with { } #if defined(__cplusplus) #define CLITERAL(type) type #else |
