diff --git a/docs/en/html/tp_magic_example.c b/docs/en/html/tp_magic_example.c index 50786554c..7f4f97690 100644 --- a/docs/en/html/tp_magic_example.c +++ b/docs/en/html/tp_magic_example.c @@ -1,7 +1,7 @@ /* tp_magic_example.c An example of a "Magic" tool plugin for Tux Paint - April 13, 2023 + December 29, 2023 */ @@ -144,7 +144,7 @@ released, aka deallocated) when the user quits Tux Paint, when our example_shutdown() function is called. */ -int example_init(magic_api * api, Uint32 disabled_features) +int example_init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level) { int i; char filename[1024]; diff --git a/docs/en/tp_magic_example.c b/docs/en/tp_magic_example.c index 50786554c..7f4f97690 100644 --- a/docs/en/tp_magic_example.c +++ b/docs/en/tp_magic_example.c @@ -1,7 +1,7 @@ /* tp_magic_example.c An example of a "Magic" tool plugin for Tux Paint - April 13, 2023 + December 29, 2023 */ @@ -144,7 +144,7 @@ released, aka deallocated) when the user quits Tux Paint, when our example_shutdown() function is called. */ -int example_init(magic_api * api, Uint32 disabled_features) +int example_init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level) { int i; char filename[1024]; diff --git a/docs/es_ES.UTF-8/html/tp_magic_example.c b/docs/es_ES.UTF-8/html/tp_magic_example.c index 60740aa7e..585983e23 100644 --- a/docs/es_ES.UTF-8/html/tp_magic_example.c +++ b/docs/es_ES.UTF-8/html/tp_magic_example.c @@ -1,7 +1,7 @@ /* tp_magic_example.c An example of a "Magic" tool plugin for Tux Paint - abril 13, 2023 + diciembre 29, 2023 */ @@ -144,7 +144,7 @@ released, aka deallocated) when the user quits Tux Paint, when our example_shutdown() function is called. */ -int example_init(magic_api * api, Uint32 disabled_features) +int example_init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level) { int i; char filename[1024]; diff --git a/docs/es_ES.UTF-8/tp_magic_example.c b/docs/es_ES.UTF-8/tp_magic_example.c index 60740aa7e..585983e23 100644 --- a/docs/es_ES.UTF-8/tp_magic_example.c +++ b/docs/es_ES.UTF-8/tp_magic_example.c @@ -1,7 +1,7 @@ /* tp_magic_example.c An example of a "Magic" tool plugin for Tux Paint - abril 13, 2023 + diciembre 29, 2023 */ @@ -144,7 +144,7 @@ released, aka deallocated) when the user quits Tux Paint, when our example_shutdown() function is called. */ -int example_init(magic_api * api, Uint32 disabled_features) +int example_init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level) { int i; char filename[1024]; diff --git a/docs/fr_FR.UTF-8/html/tp_magic_example.c b/docs/fr_FR.UTF-8/html/tp_magic_example.c index 9b7f660d7..5a555b5e0 100644 --- a/docs/fr_FR.UTF-8/html/tp_magic_example.c +++ b/docs/fr_FR.UTF-8/html/tp_magic_example.c @@ -1,7 +1,7 @@ /* tp_magic_example.c An example of a "Magic" tool plugin for Tux Paint - avril 13, 2023 + décembre 29, 2023 */ @@ -144,7 +144,7 @@ released, aka deallocated) when the user quits Tux Paint, when our example_shutdown() function is called. */ -int example_init(magic_api * api, Uint32 disabled_features) +int example_init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level) { int i; char filename[1024]; diff --git a/docs/fr_FR.UTF-8/tp_magic_example.c b/docs/fr_FR.UTF-8/tp_magic_example.c index 9b7f660d7..5a555b5e0 100644 --- a/docs/fr_FR.UTF-8/tp_magic_example.c +++ b/docs/fr_FR.UTF-8/tp_magic_example.c @@ -1,7 +1,7 @@ /* tp_magic_example.c An example of a "Magic" tool plugin for Tux Paint - avril 13, 2023 + décembre 29, 2023 */ @@ -144,7 +144,7 @@ released, aka deallocated) when the user quits Tux Paint, when our example_shutdown() function is called. */ -int example_init(magic_api * api, Uint32 disabled_features) +int example_init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level) { int i; char filename[1024]; diff --git a/docs/gl_ES.UTF-8/html/tp_magic_example.c b/docs/gl_ES.UTF-8/html/tp_magic_example.c index 2e5a17ea3..85a33e903 100644 --- a/docs/gl_ES.UTF-8/html/tp_magic_example.c +++ b/docs/gl_ES.UTF-8/html/tp_magic_example.c @@ -1,7 +1,7 @@ /* tp_magic_example.c An example of a "Magic" tool plugin for Tux Paint - Abril 13, 2023 + Decembro 29, 2023 */ @@ -144,7 +144,7 @@ released, aka deallocated) when the user quits Tux Paint, when our example_shutdown() function is called. */ -int example_init(magic_api * api, Uint32 disabled_features) +int example_init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level) { int i; char filename[1024]; diff --git a/docs/gl_ES.UTF-8/tp_magic_example.c b/docs/gl_ES.UTF-8/tp_magic_example.c index 2e5a17ea3..85a33e903 100644 --- a/docs/gl_ES.UTF-8/tp_magic_example.c +++ b/docs/gl_ES.UTF-8/tp_magic_example.c @@ -1,7 +1,7 @@ /* tp_magic_example.c An example of a "Magic" tool plugin for Tux Paint - Abril 13, 2023 + Decembro 29, 2023 */ @@ -144,7 +144,7 @@ released, aka deallocated) when the user quits Tux Paint, when our example_shutdown() function is called. */ -int example_init(magic_api * api, Uint32 disabled_features) +int example_init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level) { int i; char filename[1024]; diff --git a/docs/is_IS.UTF-8/html/tp_magic_example.c b/docs/is_IS.UTF-8/html/tp_magic_example.c index 91a0fa0e7..967079d94 100644 --- a/docs/is_IS.UTF-8/html/tp_magic_example.c +++ b/docs/is_IS.UTF-8/html/tp_magic_example.c @@ -1,7 +1,7 @@ /* tp_magic_example.c An example of a "Magic" tool plugin for Tux Paint - 13. apríl 2023 + 29. desember 2023 */ @@ -144,7 +144,7 @@ released, aka deallocated) when the user quits Tux Paint, when our example_shutdown() function is called. */ -int example_init(magic_api * api, Uint32 disabled_features) +int example_init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level) { int i; char filename[1024]; diff --git a/docs/is_IS.UTF-8/tp_magic_example.c b/docs/is_IS.UTF-8/tp_magic_example.c index 91a0fa0e7..967079d94 100644 --- a/docs/is_IS.UTF-8/tp_magic_example.c +++ b/docs/is_IS.UTF-8/tp_magic_example.c @@ -1,7 +1,7 @@ /* tp_magic_example.c An example of a "Magic" tool plugin for Tux Paint - 13. apríl 2023 + 29. desember 2023 */ @@ -144,7 +144,7 @@ released, aka deallocated) when the user quits Tux Paint, when our example_shutdown() function is called. */ -int example_init(magic_api * api, Uint32 disabled_features) +int example_init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level) { int i; char filename[1024]; diff --git a/docs/ja_JP.UTF-8/html/tp_magic_example.c b/docs/ja_JP.UTF-8/html/tp_magic_example.c index 076fcffc0..1de571826 100644 --- a/docs/ja_JP.UTF-8/html/tp_magic_example.c +++ b/docs/ja_JP.UTF-8/html/tp_magic_example.c @@ -1,7 +1,7 @@ /* tp_magic_example.c An example of a "Magic" tool plugin for Tux Paint - 4月 13, 2023 + 12月 29, 2023 */ @@ -144,7 +144,7 @@ released, aka deallocated) when the user quits Tux Paint, when our example_shutdown() function is called. */ -int example_init(magic_api * api, Uint32 disabled_features) +int example_init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level) { int i; char filename[1024]; diff --git a/docs/ja_JP.UTF-8/tp_magic_example.c b/docs/ja_JP.UTF-8/tp_magic_example.c index 076fcffc0..1de571826 100644 --- a/docs/ja_JP.UTF-8/tp_magic_example.c +++ b/docs/ja_JP.UTF-8/tp_magic_example.c @@ -1,7 +1,7 @@ /* tp_magic_example.c An example of a "Magic" tool plugin for Tux Paint - 4月 13, 2023 + 12月 29, 2023 */ @@ -144,7 +144,7 @@ released, aka deallocated) when the user quits Tux Paint, when our example_shutdown() function is called. */ -int example_init(magic_api * api, Uint32 disabled_features) +int example_init(magic_api * api, Uint8 disabled_features, Uint8 complexity_level) { int i; char filename[1024];