Преглед изворни кода

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot пре 13 часа
родитељ
комит
4376e10ed4
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      include/SDL3/SDL_hints.h

+ 4 - 2
include/SDL3/SDL_hints.h

@@ -690,8 +690,10 @@ extern "C" {
  *
  * The variable can be set to the following values:
  *
- * - "1": Enable fast parameter error checking, e.g. quick NULL checks, etc. (default)
- * - "2": Enable full parameter error checking, e.g. validating objects are the correct type, etc.
+ * - "1": Enable fast parameter error checking, e.g. quick NULL checks, etc.
+ *   (default)
+ * - "2": Enable full parameter error checking, e.g. validating objects are
+ *   the correct type, etc.
  *
  * This hint can be set anytime.
  *