Mercurial > mm7
comparison texts.h @ 1465:090ff42290c4
Слияние
author | Ritor1 |
---|---|
date | Mon, 26 Aug 2013 10:39:24 +0600 |
parents | 934074e7fcc1 |
children | 211dfe2d8db1 |
comparison
equal
deleted
inserted
replaced
1464:b870630761df | 1465:090ff42290c4 |
---|---|
1 #pragma once | 1 #pragma once |
2 #include <array> | 2 #include <array> |
3 | 3 |
4 | 4 |
5 int __cdecl sprintfex(char *buf, const char *format, ...); | 5 int sprintfex(char *buf, const char *format, ...); |
6 | 6 |
7 | 7 |
8 void __cdecl SetSomeItemsNames(); | 8 void SetSomeItemsNames(); |
9 char *RemoveQuotes(char *Str); | 9 char *RemoveQuotes(char *Str); |
10 void __cdecl InitializeGameText(); | 10 void InitializeGameText(); |
11 | 11 |
12 | 12 |
13 enum GLOBAL_LOCALIZ_INDEX | 13 enum GLOBAL_LOCALIZ_INDEX |
14 { | 14 { |
15 | 15 |