X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fdebugscript.h;h=fd1a1959526918b91d6865ed7edbad1e6f1f4111;hp=9895ddc39c09a68743fdeba14440184e249dc51a;hb=e08b7671a4592481aa73d68b30b7bd1d96e75002;hpb=326f04a375ce3120f7e8957e3d7cd5f296f513e3 diff --git a/src/debugscript.h b/src/debugscript.h index 9895ddc..fd1a195 100644 --- a/src/debugscript.h +++ b/src/debugscript.h @@ -40,6 +40,7 @@ private: AT_ClearPerformance, AT_PrintPerformance, AT_RecordPerformance, + AT_DebugFont, AT_Quit }; @@ -66,7 +67,7 @@ private: { clock_t clock; unsigned object_count; - Rect view_bounds; + VRect view_bounds; }; PerformanceData m_perf_start;