mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-01 07:33:43 -05:00
11 lines
366 B
C
11 lines
366 B
C
#ifndef POKEPLATINUM_JOURNAL_PRINTER_H
|
|
#define POKEPLATINUM_JOURNAL_PRINTER_H
|
|
|
|
#include "applications/journal_display/journal_controller.h"
|
|
|
|
void JournalPrinter_AddWindows(JournalManager *param0);
|
|
void JournalPrinter_RemoveWindows(JournalManager *param0);
|
|
void JournalPrinter_PrintEntry(JournalManager *param0, u32 param1);
|
|
|
|
#endif // POKEPLATINUM_JOURNAL_PRINTER_H
|