diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-02 16:34:05 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-02 22:35:39 +0200 |
| commit | 6abcd7d52cda334c58ec999d212491fc24f13c9d (patch) | |
| tree | 86998508afe8eb7447ad70a2d5beebdbc9995a8f /src/critter-script.hpp | |
| parent | 03b67a512ec9ef1cf5c337aa5c47a5a76d4a8a61 (diff) | |
script lifecycle mostly implemented
Diffstat (limited to 'src/critter-script.hpp')
| -rw-r--r-- | src/critter-script.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/critter-script.hpp b/src/critter-script.hpp index 75f8156d..629d9d1b 100644 --- a/src/critter-script.hpp +++ b/src/critter-script.hpp @@ -17,8 +17,6 @@ struct critter_script : base_script virtual void on_destroy(const std::shared_ptr<critter>& c, script_destroy_reason reason) = 0; virtual void delete_self() = 0; // todo can_activate, activate - - static critter_script* const empty_script; }; } // namespace floormat |
