#ifndef __RENDER_H__ #define __RENDER_H__ void draw_objects(); void render(); #endif /* __RENDER_H__ */