aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.cpp
blob: a85c12cb91f257fc29a97c7e1c074d316a0c6393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*********************************/
/*   THRESHOLD        (  //      */
/*   window            ( )/      */
/*   by salade         )(/       */
/*  ________________  ( /)       */
/* ()__)____________)))))   :^}  */
/*********************************/

#include "window.hpp"

int initWindow(void) {
    // Initialization
    SetTargetFPS(60);

    return (0);
}