cool-bun-demo/system/copper.h

11 lines
209 B
C

#ifndef __COPPER_H__
#define __COPPER_H__
#include "../types.h"
uint16_t * prepareNewCopperlist(uint16_t size_b);
void setCopperlist(uint16_t *copperlist);
void freeCopperlist(uint16_t *copperlist);
#endif