Compare commits
No commits in common. '6794e1cf599eb5e8070eee9eac67cdad9224d64d' and 'd56b9ef2b2e19fbeccb5bca4241ccdf2a68d5005' have entirely different histories.
6794e1cf59
...
d56b9ef2b2
9 changed files with 34 additions and 46 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