mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 12:00:04 +00:00 
			
		
		
		
	Linked vector packet
This commit is contained in:
		
							parent
							
								
									cb86ab4b9b
								
							
						
					
					
						commit
						ab702e9927
					
				
					 6 changed files with 351 additions and 0 deletions
				
			
		
							
								
								
									
										20
									
								
								wxdata/source/scwx/wsr88d/rpg/packet.cpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								wxdata/source/scwx/wsr88d/rpg/packet.cpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,20 @@ | |||
| #include <scwx/wsr88d/rpg/packet.hpp> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace wsr88d | ||||
| { | ||||
| namespace rpg | ||||
| { | ||||
| 
 | ||||
| static const std::string logPrefix_ = "[scwx::wsr88d::rpg::packet] "; | ||||
| 
 | ||||
| Packet::Packet()  = default; | ||||
| Packet::~Packet() = default; | ||||
| 
 | ||||
| Packet::Packet(Packet&&) noexcept = default; | ||||
| Packet& Packet::operator=(Packet&&) noexcept = default; | ||||
| 
 | ||||
| } // namespace rpg
 | ||||
| } // namespace wsr88d
 | ||||
| } // namespace scwx
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat