mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-12-22 09:30:32 +00:00
6 lines
133 B
C
6 lines
133 B
C
#pragma once
|
|
|
|
#include "array_t.h"
|
|
|
|
typedef array_t cycles_t; // Intended to indicate that cycles_t is meant to hold cycle_t objects
|