| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include <nn/types.h> |
| 4 | |
| 5 | namespace nn { |
| 6 | |
| 7 | typedef u8 Bit8; |
| 8 | typedef u16 Bit16; |
| 9 | typedef u32 Bit32; |
| 10 | typedef u64 Bit64; |
| 11 | |
| 12 | } // namespace nn |
| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include <nn/types.h> |
| 4 | |
| 5 | namespace nn { |
| 6 | |
| 7 | typedef u8 Bit8; |
| 8 | typedef u16 Bit16; |
| 9 | typedef u32 Bit32; |
| 10 | typedef u64 Bit64; |
| 11 | |
| 12 | } // namespace nn |