14 lines
305 B
C++
14 lines
305 B
C++
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "holly/ta_parameter.hpp"
|
|
#include "holly/region_array.hpp"
|
|
|
|
constexpr int ta_cont_count = 1;
|
|
|
|
void graphics_interrupt(uint32_t istnrm);
|
|
void graphics_init();
|
|
void graphics_event(ta_parameter_writer& writer);
|
|
void graphics_scene_init(const opb_size * opb_size);
|