#include "TZR_camera.h" #include "TZR_globals.h" void TZR_SetCamera(float x, float y) { ___tzr_camera_x = -(int)(x + 0.5f); ___tzr_camera_y = -(int)(y + 0.5f); }