mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-09-23 09:41:35 +00:00
feat: init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "Bush_SPU.h"
|
||||
|
||||
class Random;
|
||||
|
||||
class Sapling_SPU : public Bush_SPU
|
||||
{
|
||||
static const int TYPE_MASK = 3;
|
||||
|
||||
public:
|
||||
Sapling_SPU(int id) : Bush_SPU(id) {}
|
||||
Icon_SPU *getTexture(int face, int data) { data = data & TYPE_MASK; return &ms_pTileData->sapling_icons[data]; }
|
||||
};
|
||||
Reference in New Issue
Block a user