summaryrefslogtreecommitdiffstats
path: root/include/wrapsdl2.hpp
blob: 993a704e2450af2a09ce5cf960e6e65d4acfd018 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

namespace wrapsdl2 {
    bool initialize(void);
    void quit(void);
    
    // tool functions
    void delay()
}