#pragma once void draw_text(int x,int y,const char *s); void log(const char *s);