2 #ifndef GAINPUTDEBUGRENDERER_H_ 3 #define GAINPUTDEBUGRENDERER_H_ 22 virtual void DrawCircle(
float x,
float y,
float radius) = 0;
25 virtual void DrawLine(
float x1,
float y1,
float x2,
float y2) = 0;
28 virtual void DrawText(
float x,
float y,
const char*
const text) = 0;