idl parser: properly flags virtual methods.
[fail.git] / scenegraph / Input.h
blob86ad4d9f42c1844e3059d00add06f468682c47fc
1 #ifndef AWFUL_SCENEGRAPH_INPUT_H_
2 #define AWFUL_SCENEGRAPH_INPUT_H_
4 #include "core/core.h"
6 namespace awful { namespace scenegraph
8 struct Input
13 #endif