3DSident/include/kernel.h
Joel 738b237453 Merge upstream changes from GUI
(Excluding a few GUI exclusive NNID info.)
2017-07-09 16:09:50 -04:00

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