blob: bc78427e3a09465ffea935fd759b1393f6214b74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*********************************/
/* THRESHOLD ( // */
/* window ( )/ */
/* by salade )(/ */
/* ________________ ( /) */
/* ()__)____________))))) :^} */
/*********************************/
#include "window.hpp"
int
initWindow(void) {
// Initialization
SetTargetFPS(60);
return (0);
}
|