mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-02-02 23:30:49 +00:00
6 lines
126 B
C
6 lines
126 B
C
#pragma once
|
|
|
|
#include "array_t.h"
|
|
|
|
typedef array_t ram_t; // Intended to indicate that ram_t is meant to hold byte_t objects
|