lang
This commit is contained in:
18
src/locale/language/languagechunk.h
Normal file
18
src/locale/language/languagechunk.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Copyright (c) 2025 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "dusk.h"
|
||||
|
||||
#define LANG_CHUNK_STRING_COUNT 64
|
||||
#define LANG_CHUNK_STRING_MAX_LENGTH DUSK_LANG_STRING_MAX_LENGTH
|
||||
|
||||
#pragma pack(push, 1)
|
||||
typedef struct {
|
||||
char_t
|
||||
} languagechunk_t;
|
||||
#pragma pack(pop)
|
||||
Reference in New Issue
Block a user