mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 19:24:15 -05:00
11 lines
136 B
C
11 lines
136 B
C
//
|
|
// Created by mart on 4/12/20.
|
|
//
|
|
|
|
#ifndef POKEDIAMOND_OS_H
|
|
#define POKEDIAMOND_OS_H
|
|
|
|
#include "os_asm.h"
|
|
|
|
#endif //POKEDIAMOND_OS_H
|