About to implement load strategy
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "dusk.h"
|
||||
#include "error/error.h"
|
||||
|
||||
typedef struct {
|
||||
void *nothing;
|
||||
@@ -16,5 +16,7 @@ extern localemanager_t LOCALE;
|
||||
|
||||
/**
|
||||
* Initialize the locale system.
|
||||
*
|
||||
* @return An error code if a failure occurs.
|
||||
*/
|
||||
void localeManagerInit();
|
||||
errorret_t localeManagerInit();
|
||||
Reference in New Issue
Block a user