demos: spiv: Update cpu counter for multithread filters.
[gfxprim.git] / pylib / templates / base.h.t
blob8f60d6a3e37d256e7c3fb8e2022ebdeb84f3fc3a
1 %% extends "base.c.t"
3 %% block pre_body_guard
4 #ifndef {{ header_guard }}
5 #define {{ header_guard }}
7 %% endblock pre_body_guard
9 %% block post_body_guard
10 #endif  /* {{ header_guard }} */
11 %% endblock post_body_guard