mirror of
https://github.com/joel16/3DSident.git
synced 2024-11-23 11:39:43 +00:00
7 lines
104 B
C
7 lines
104 B
C
|
#ifndef _3DSIDENT_SCREENSHOT_H_
|
||
|
#define _3DSIDENT_SCREENSHOT_H_
|
||
|
|
||
|
void Screenshot_Capture(void);
|
||
|
|
||
|
#endif
|