9 lines
		
	
	
		
			239 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			239 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| //
 | |
| // Created by lukas on 06.02.22.
 | |
| //
 | |
| 
 | |
| #include "Stoneblock.h"
 | |
| #include "TextureLoader.h"
 | |
| 
 | |
| Stoneblock::Stoneblock(uint xpos, uint ypos, uint zpos) : BaseBlock(xpos, ypos, zpos, TextureLoader::loadTexture("../assets/blocks/stone.bmp")) {}
 |