- added support for intro videos using libvlc (if libvlc is installed for the developer, its optional)

This commit is contained in:
Mark Vejvoda
2012-05-12 20:33:18 +00:00
parent 345b2e670b
commit 7b3de2d109
9 changed files with 391 additions and 7 deletions

View File

@@ -59,6 +59,8 @@ public:
virtual void makeCurrent();
virtual void swapBuffers();
SDL_Surface * getScreen() { return screen; }
DeviceContextHandle getHandle() const { return 0; }
};