diff options
| -rw-r--r-- | build/data/en.mo | bin | 0 -> 153 bytes | |||
| -rw-r--r-- | build/data/file.png | bin | 0 -> 522 bytes | |||
| -rw-r--r-- | build/data/folder.png | bin | 0 -> 727 bytes | |||
| -rw-r--r-- | build/data/logo_64.bmp | bin | 0 -> 16522 bytes | |||
| -rw-r--r-- | build/data/logo_64.png | bin | 0 -> 1294 bytes | |||
| -rw-r--r-- | build/data/pause.png | bin | 0 -> 417 bytes | |||
| -rw-r--r-- | build/data/play.png | bin | 0 -> 695 bytes | |||
| -rw-r--r-- | build/data/question.png | bin | 0 -> 1233 bytes | |||
| -rw-r--r-- | build/data/redo.png | bin | 0 -> 1062 bytes | |||
| -rw-r--r-- | build/data/undo.png | bin | 0 -> 1020 bytes | |||
| -rw-r--r-- | build/example_window.exe | bin | 0 -> 1831712 bytes | |||
| -rw-r--r-- | build/libprojectbase-debug.a | bin | 0 -> 1846442 bytes | |||
| -rw-r--r-- | build/libprojectbase-debug.o | bin | 0 -> 1831545 bytes | |||
| -rw-r--r-- | src/assets.h | 6 | ||||
| -rw-r--r-- | src/localization.c | 3 |
15 files changed, 5 insertions, 4 deletions
diff --git a/build/data/en.mo b/build/data/en.mo Binary files differnew file mode 100644 index 0000000..06d4bdc --- /dev/null +++ b/build/data/en.mo diff --git a/build/data/file.png b/build/data/file.png Binary files differnew file mode 100644 index 0000000..1302c3e --- /dev/null +++ b/build/data/file.png diff --git a/build/data/folder.png b/build/data/folder.png Binary files differnew file mode 100644 index 0000000..fc36529 --- /dev/null +++ b/build/data/folder.png diff --git a/build/data/logo_64.bmp b/build/data/logo_64.bmp Binary files differnew file mode 100644 index 0000000..4cc3488 --- /dev/null +++ b/build/data/logo_64.bmp diff --git a/build/data/logo_64.png b/build/data/logo_64.png Binary files differnew file mode 100644 index 0000000..da886f9 --- /dev/null +++ b/build/data/logo_64.png diff --git a/build/data/pause.png b/build/data/pause.png Binary files differnew file mode 100644 index 0000000..2abc732 --- /dev/null +++ b/build/data/pause.png diff --git a/build/data/play.png b/build/data/play.png Binary files differnew file mode 100644 index 0000000..85f6418 --- /dev/null +++ b/build/data/play.png diff --git a/build/data/question.png b/build/data/question.png Binary files differnew file mode 100644 index 0000000..2ff061f --- /dev/null +++ b/build/data/question.png diff --git a/build/data/redo.png b/build/data/redo.png Binary files differnew file mode 100644 index 0000000..d3de809 --- /dev/null +++ b/build/data/redo.png diff --git a/build/data/undo.png b/build/data/undo.png Binary files differnew file mode 100644 index 0000000..768ec0d --- /dev/null +++ b/build/data/undo.png diff --git a/build/example_window.exe b/build/example_window.exe Binary files differnew file mode 100644 index 0000000..ce02dc2 --- /dev/null +++ b/build/example_window.exe diff --git a/build/libprojectbase-debug.a b/build/libprojectbase-debug.a Binary files differnew file mode 100644 index 0000000..63e0813 --- /dev/null +++ b/build/libprojectbase-debug.a diff --git a/build/libprojectbase-debug.o b/build/libprojectbase-debug.o Binary files differnew file mode 100644 index 0000000..4b3e749 --- /dev/null +++ b/build/libprojectbase-debug.o diff --git a/src/assets.h b/src/assets.h index 04ef693..1b0a6e7 100644 --- a/src/assets.h +++ b/src/assets.h @@ -117,8 +117,8 @@ void assets_destroy_font(font *font); void assets_switch_render_method();
-#define load_image(_name, _inmem) assets_load_image(_binary_data_imgs_##_name##_start,_binary_data_imgs_##_name##_end)
-#define load_font(_name, _size) assets_load_font(_binary_data_fonts_##_name##_start,_binary_data_fonts_##_name##_end, _size)
-#define load_bitmap(_name) assets_load_bitmap(_binary_data_imgs_##_name##_start,_binary_data_imgs_##_name##_end)
+#define load_image(_name, _inmem) assets_load_image(_binary____data_imgs_##_name##_start,_binary____data_imgs_##_name##_end)
+#define load_font(_name, _size) assets_load_font(_binary____data_fonts_##_name##_start,_binary____data_fonts_##_name##_end, _size)
+#define load_bitmap(_name) assets_load_bitmap(_binary____data_imgs_##_name##_start,_binary____data_imgs_##_name##_end)
#endif
\ No newline at end of file diff --git a/src/localization.c b/src/localization.c index 7271415..7909d6e 100644 --- a/src/localization.c +++ b/src/localization.c @@ -114,7 +114,7 @@ void load_available_localizations() {
global_localization.mo_files = array_create(sizeof(mo_file));
array_reserve(&global_localization.mo_files, 10);
-
+ /*
mo_file en = load_localization_file(_binary_data_translations_en_English_mo_start,
_binary_data_translations_en_English_mo_end,
_binary_data_imgs_en_bmp_start,
@@ -129,6 +129,7 @@ void load_available_localizations() array_push(&global_localization.mo_files, &en);
array_push(&global_localization.mo_files, &nl);
+ */
}
void destroy_available_localizations()
|
