repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
muimaster.library: migrate event handling from Listview to List
[AROS.git]
/
workbench
/
tools
/
HDToolBox
/
locale.h
blob
f8f7f381ce2f48f1cb2d4684f4c6df0aa072389c
1
#ifndef HDTBLOCALE_H
2
#define HDTBLOCALE_H
3
4
void
InitLocale
(
STRPTR
,
ULONG
);
5
void
CleanupLocale
(
void
);
6
CONST_STRPTR
MSG
(
ULONG
);
7
CONST_STRPTR
MSG_STD
(
ULONG
);
8
9
#endif
10