add initial examples, replacing the 'Demos/Demos3'. Will make it work cross-platform, OpenGL3/OpenGL2 and add more examples to it.
This commit is contained in:
10
examples/ThirdPartyLibs/Gwen/Controls.h
Normal file
10
examples/ThirdPartyLibs/Gwen/Controls.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#ifndef GWEN_CONTROLS_H
|
||||
#define GWEN_CONTROLS_H
|
||||
|
||||
#include "Gwen/Controls/Button.h"
|
||||
#include "Gwen/Controls/TextBox.h"
|
||||
|
||||
#include "Gwen/Anim.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user