mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 10:44:08 +00:00
Public release of the DLU server code!
Have fun!
This commit is contained in:
8
thirdparty/raknet/Source/Itoa.h
vendored
Normal file
8
thirdparty/raknet/Source/Itoa.h
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __RAK_ITOA_H
|
||||
#define __RAK_ITOA_H
|
||||
|
||||
#include "Export.h"
|
||||
|
||||
RAK_DLL_EXPORT char* Itoa( int value, char* result, int base );
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user