Initial MSVC 2008 projects workspace
This commit is contained in:
16
l2packets/game/client/L2Game_CharacterSelect.h
Normal file
16
l2packets/game/client/L2Game_CharacterSelect.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef L2GAME_CHARACTERSELECT_H_
|
||||
#define L2GAME_CHARACTERSELECT_H_
|
||||
|
||||
#include "../L2GamePacket.h"
|
||||
|
||||
class L2Game_CharacterSelect : public L2GamePacket
|
||||
{
|
||||
public:
|
||||
L2Game_CharacterSelect();
|
||||
L2Game_CharacterSelect( const unsigned char *bytes, unsigned int length );
|
||||
public:
|
||||
bool create( unsigned int charSlot );
|
||||
bool read_charSlot( unsigned int *charSlot );
|
||||
};
|
||||
|
||||
#endif /*L2GAME_CHARACTERSELECT_H_*/
|
Reference in New Issue
Block a user