mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-11 22:08:15 +00:00
Minor format tweaks
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user