mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Some work-in-progress stuff and many comment updates
This commit is contained in:
parent
e0329a3cae
commit
4a6b9a6ac1
5 changed files with 46 additions and 13 deletions
|
@ -112,6 +112,19 @@ public:
|
|||
private:
|
||||
};
|
||||
|
||||
/*
|
||||
Active block modifier interface
|
||||
*/
|
||||
|
||||
class ActiveBlockModifier
|
||||
{
|
||||
public:
|
||||
ActiveBlockModifier(){};
|
||||
virtual ~ActiveBlockModifier(){};
|
||||
//TODO
|
||||
//virtual void
|
||||
};
|
||||
|
||||
/*
|
||||
The server-side environment.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue