Japanese docs HTML->TXT forbidden wordwraps; sync MAGIC-API

This commit is contained in:
Bill Kendrick 2023-07-17 23:52:23 -07:00
parent bf1b90e279
commit 25a423f164
21 changed files with 349 additions and 211 deletions

View file

@ -6,7 +6,7 @@
Copyright © 2007-2023 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
April 13, 2023
July 17, 2023
+--------------------------------------------------+
| Table of Contents |
@ -1001,7 +1001,7 @@ effects:
char * my_plugin_snd_filenames[NUM_TOOLS] = {
"one.ogg", "another.ogg", "yet_another.ogg" };
Mix_Chunk * my_plugin_snds[NUM_TOOLS]") ?>;
Mix_Chunk * my_plugin_snds[NUM_TOOLS]");
* Use a C "for"-loop to load or create the effect-specific data (such as
loading sound effects during your "init()").