diff options
Diffstat (limited to 'src/GPU3D.h')
-rw-r--r-- | src/GPU3D.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GPU3D.h b/src/GPU3D.h index b243286..23f55eb 100644 --- a/src/GPU3D.h +++ b/src/GPU3D.h @@ -97,6 +97,8 @@ extern u16 RenderXPos; extern std::array<Polygon*,2048> RenderPolygonRAM; extern u32 RenderNumPolygons; +extern bool AbortFrame; + extern u64 Timestamp; bool Init(); |