X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=common.h;h=51eb1fa1df00dcc1931a6e2fcebd27aec2089af9;hb=e36cb7e44611855d39ba84710a7007ca659e9cd5;hp=cc272027b2ce284739915aa51720ebe0ec283bee;hpb=eb6573694ca9292baaefee233dedb0b79f3ddc2e;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/common.h b/common.h index cc27202..51eb1fa 100644 --- a/common.h +++ b/common.h @@ -7,4 +7,10 @@ static float ktimestep = 1.0f/60.0f; +enum classtype +{ + k_classtype_none = 0, + k_classtype_gate = 1 +}; + #endif /* COMMON_H */