Initial MSVC 2008 projects workspace

This commit is contained in:
alexey.min
2012-02-01 05:25:08 +00:00
commit 03de3bdc95
1446 changed files with 476853 additions and 0 deletions

7
l2ooghelper/utils.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef H_UTILS
#define H_UTILS
void Utils_process_SystemMessage( void *l2_game_packet, wchar_t *out );
void Utils_replace_in_SM_template_S( wchar_t *sm_template, int iPos, const wchar_t *str );
#endif