Organize imports on screen.cc
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy (push) Successful in 21s
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy (push) Successful in 21s
This commit is contained in:
parent
9e40d9214d
commit
b113f2ae23
1 changed files with 3 additions and 2 deletions
|
@ -1,13 +1,14 @@
|
||||||
#include "screen.h"
|
#include "screen.h"
|
||||||
|
|
||||||
// standard library includes
|
// standard library includes
|
||||||
#include <raylib.h>
|
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#endif // NDEBUG
|
#endif // NDEBUG
|
||||||
|
|
||||||
|
// third party includes
|
||||||
|
#include <raylib.h>
|
||||||
|
|
||||||
// local includes
|
// local includes
|
||||||
#include "screen_test.h"
|
#include "screen_test.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue