Compare commits
No commits in common. 'cf4f8faa373f2e0f705304a21226938275a76740' and 'd56b9ef2b2e19fbeccb5bca4241ccdf2a68d5005' have entirely different histories.
cf4f8faa37
...
d56b9ef2b2
9 changed files with 32 additions and 44 deletions
@ -1,12 +0,0 @@ |
|||||||
#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