Initial MSVC 2008 projects workspace
This commit is contained in:
16
l2packets/game/server/L2Game_CharCreateSuccess.h
Normal file
16
l2packets/game/server/L2Game_CharCreateSuccess.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef L2GAME_CHARCREATEOK_H_
|
||||
#define L2GAME_CHARCREATEOK_H_
|
||||
|
||||
#include "../L2GamePacket.h"
|
||||
|
||||
class L2Game_CharCreateSuccess: public L2GamePacket
|
||||
{
|
||||
public:
|
||||
L2Game_CharCreateSuccess();
|
||||
L2Game_CharCreateSuccess( const unsigned char *bytes, unsigned int length );
|
||||
public:
|
||||
virtual bool parse( L2_VERSION ver = L2_VERSION_T1 );
|
||||
virtual bool create( L2_VERSION ver = L2_VERSION_T1 );
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user