diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-09-06 23:55:43 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-09-06 23:55:43 +0200 |
commit | 8158a809b77726c33560b2159ccdd49a97f85dcd (patch) | |
tree | 855079ee55cda9f8592868a0d80939f38fcd17d8 /meson.build | |
parent | 3446f864e3418d75fa55298bc7984b264e7167d6 (diff) |
Move damage tracking to separate file
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index c43ef40..2af39c0 100644 --- a/meson.build +++ b/meson.build @@ -27,6 +27,7 @@ src = [ 'src/utils.c', 'src/library_loader.c', 'src/cursor.c', + 'src/damage.c', 'src/sound.cpp', 'src/main.cpp', ] |