mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-13 04:26:18 -05:00
13 lines
179 B
C
13 lines
179 B
C
//
|
|
// Created by red031000 on 2020-05-17.
|
|
//
|
|
|
|
#ifndef POKEDIAMOND_OS_TICK_H
|
|
#define POKEDIAMOND_OS_TICK_H
|
|
|
|
#include "types.h"
|
|
|
|
typedef u64 OSTick;
|
|
|
|
#endif //POKEDIAMOND_OS_TICK_H
|