mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-08 11:44:58 -05:00
12 lines
242 B
C
12 lines
242 B
C
//
|
|
// Created by red031000 on 2020-05-24.
|
|
//
|
|
|
|
#ifndef POKEDIAMOND_OS_PROTECTIONUNIT_H
|
|
#define POKEDIAMOND_OS_PROTECTIONUNIT_H
|
|
|
|
void OS_EnableProtectionUnit(void);
|
|
void OS_DisableProtectionUnit(void);
|
|
|
|
#endif //POKEDIAMOND_OS_PROTECTIONUNIT_H
|