mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Dummy Ion-level functions should be in the top-level shared folder. And dummy functions for simulator headers should be in the simulator folder.
17 lines
295 B
C++
17 lines
295 B
C++
#include <ion/display.h>
|
|
|
|
void Ion::Display::POSTPushMulticolor(int rootNumberTiles, int tileSize) {
|
|
}
|
|
|
|
int Ion::Display::displayUniformTilingSize10(KDColor c) {
|
|
return 0;
|
|
}
|
|
|
|
int Ion::Display::displayColoredTilingSize10() {
|
|
return 0;
|
|
}
|
|
|
|
bool Ion::Display::waitForVBlank() {
|
|
return true;
|
|
}
|