aboutsummaryrefslogtreecommitdiff
path: root/include/mglpp/window/Event.hpp
blob: ecfb3805103f22bbacc48cb4871cbc47ff3f3733 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MGLPP_EVENT_HPP
#define MGLPP_EVENT_HPP

namespace mgl {
    class Event {
    public:
        
    };
}

#endif /* MGLPP_EVENT_HPP */