From e26f052d2ab7cb36362d1eef7f4cd59d86b7e6f0 Mon Sep 17 00:00:00 2001 From: Susko3 Date: Thu, 9 Jan 2025 19:47:27 +0000 Subject: [PATCH] SDL3/CategoryStorage: Use code highlighting Live page is here: https://wiki.libsdl.org/SDL3/CategoryStorage --- SDL3/CategoryStorage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDL3/CategoryStorage.md b/SDL3/CategoryStorage.md index eb23e401d..2e3335d54 100644 --- a/SDL3/CategoryStorage.md +++ b/SDL3/CategoryStorage.md @@ -25,7 +25,7 @@ limits to how long you have access to a particular device. Consider the following example: -``` +```c void ReadGameData(void) { extern char** fileNames; @@ -93,7 +93,7 @@ under these common scenarios: When using, [SDL_Storage](SDL_Storage), these types of problems are virtually impossible to trip over: -``` +```c void ReadGameData(void) { extern char** fileNames;