diff options
| author | Treeki <treeki@gmail.com> | 2012-09-28 00:33:10 +0200 | 
|---|---|---|
| committer | Treeki <treeki@gmail.com> | 2012-09-28 00:33:10 +0200 | 
| commit | 35dd657c71814377774ffbdc16158eda05a22ba9 (patch) | |
| tree | 4c500ee97ea1d73fc6966e93b84502150e977daa /include | |
| parent | 81ef1a8b7f7d63c72b92f779d73a8b2b0f8158c1 (diff) | |
| download | kamek-35dd657c71814377774ffbdc16158eda05a22ba9.tar.gz kamek-35dd657c71814377774ffbdc16158eda05a22ba9.zip | |
untested automatically moving elements and world numbers
Diffstat (limited to '')
| -rwxr-xr-x | include/game.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/game.h b/include/game.h index 071d93e..fd0dd3c 100755 --- a/include/game.h +++ b/include/game.h @@ -24,6 +24,7 @@ inline T clamp(T value, T one, T two) { return (value < one) ? one : ((value > t  extern "C" {
  int wcslen(const wchar_t *str);
 +wchar_t *wcscpy(wchar_t *dest, const wchar_t *src);
  int strlen(const char *str);
  char *strcpy(char *dest, const char *src);
  char *strncpy(char *dest, const char *src, int num);
 | 
