6 lines
68 B
C
6 lines
68 B
C
#ifndef ZOOM_RENDER_H
|
|
#define ZOOM_RENDER_H
|
|
|
|
void Render();
|
|
|
|
#endif
|