cleanup: fix include guards for stats/zvalues.h

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2023-04-20 20:50:43 +02:00
parent 2eebae13dd
commit 7eecc85464

View file

@ -4,6 +4,7 @@
// with smaller z-values. For the same z-value objects are
// drawn in order of addition to the scene.
#ifndef ZVALUES_H
#define ZVALUES_H
// Encapsulating an enum in a struct is stupid, but allows us
// to not poison the namespace and yet autoconvert to int