10 lines
106 B
C
10 lines
106 B
C
#pragma once
|
|
|
|
#include "quantum.h"
|
|
|
|
#define LAYOUT( \
|
|
K00, K01, K02 \
|
|
) { \
|
|
{ K00, K01, K02 } \
|
|
}
|