8 lines
103 B
C++
8 lines
103 B
C++
#pragma once
|
|
|
|
namespace graphics {
|
|
void interrupt(uint32_t istnrm);
|
|
void init();
|
|
void step();
|
|
};
|