Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
9a1b4b78f1
4 changed files with 24 additions and 16 deletions
|
@ -17,6 +17,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
// DEFINE MACROS
|
||||
#ifndef ARRAYSIZE
|
||||
#define ARRAYSIZE(arr) sizeof(arr)/sizeof(arr[0])
|
||||
#endif // !ARRAYSIZE
|
||||
|
||||
// LAYERS
|
||||
enum custom_user_layers {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue