parent
b99850c042
commit
df1c3a78ba
4 changed files with 18 additions and 8 deletions
@ -0,0 +1,12 @@ |
|||||||
|
#pragma once |
||||||
|
|
||||||
|
#include <stdint.h> |
||||||
|
|
||||||
|
#define UNUSED(var) (void) var; |
||||||
|
#define UNUSED_CASE(name) case name: break; |
||||||
|
|
||||||
|
namespace massivedynamic { |
||||||
|
|
||||||
|
using Color = uint32_t; |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue