mirror of
https://github.com/joel16/3DSident.git
synced 2025-02-17 01:39:31 +00:00
10 lines
136 B
C
10 lines
136 B
C
#ifndef KERNEL_H
|
|
#define KERNEL_H
|
|
|
|
#include <3ds.h>
|
|
#include <stdio.h>
|
|
|
|
char * getVersion(int version);
|
|
char * getCID(int type);
|
|
|
|
#endif |