wont use lua lol
This commit is contained in:
parent
2577b18b43
commit
1c27658641
15 changed files with 101 additions and 26 deletions
10
engine/noisedev/noises/random.cpp
Normal file
10
engine/noisedev/noises/random.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include "../noise.h"
|
||||
|
||||
class noiserandom:public noise {
|
||||
|
||||
};
|
||||
|
||||
noiserandom* createnoise() {
|
||||
noiserandom* neo=new noiserandom();
|
||||
return neo;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue