Compare commits
5 Commits
Author | SHA1 | Date |
---|---|---|
|
6794e1cf59 | 11 months ago |
|
cf4f8faa37 | 2 years ago |
|
df1c3a78ba | 2 years ago |
|
b99850c042 | 2 years ago |
|
17edd0512a | 2 years ago |
9 changed files with 46 additions and 34 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