mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-03 14:45:57 +01:00
Set up doc classes for the wfc module.
This commit is contained in:
parent
e311cacced
commit
e1ca765409
@ -8,6 +8,9 @@ def configure(env):
|
||||
|
||||
def get_doc_classes():
|
||||
return [
|
||||
"WaveFormCollapse",
|
||||
"TilingWaveFormCollapse",
|
||||
"OverlappingWaveFormCollapse",
|
||||
]
|
||||
|
||||
|
||||
|
@ -71,8 +71,6 @@ public:
|
||||
|
||||
ObserveStatus observe();
|
||||
|
||||
//dvoid propagate() { propagator.propagate(wave); }
|
||||
|
||||
void remove_wave_pattern(int i, int j, int pattern) {
|
||||
if (wave_get(i, j, pattern)) {
|
||||
wave_set(i, j, pattern, false);
|
||||
|
Loading…
Reference in New Issue
Block a user