mirror of
https://github.com/RocketRobz/SavvyManager.git
synced 2025-06-18 17:15:34 -04:00
10 lines
119 B
C++
10 lines
119 B
C++
#ifndef COMMONLUT_H
|
|
#define COMMONLUT_H
|
|
|
|
|
|
#include <3ds.h>
|
|
|
|
extern void loadCommonLut(int num);
|
|
|
|
#endif // COMMONLUT_H
|