Cleanup.
This commit is contained in:
parent
5db71608cb
commit
bed490bd53
24 changed files with 180 additions and 93 deletions
examples/00-helloworld
|
@ -3,8 +3,9 @@
|
|||
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include "../common/common.h"
|
||||
|
||||
#include <bgfx.h>
|
||||
#include <bx/bx.h>
|
||||
#include "../common/entry.h"
|
||||
#include "../common/dbg.h"
|
||||
#include "../common/processevents.h"
|
||||
|
|
Reference in a new issue