mirror of
https://github.com/joel16/3DSident.git
synced 2024-11-23 03:29:45 +00:00
cf84991672
- Cleaned up a bunch of functions - Now builds with the latest toolchain. - GUI uses Citro2D.
7 lines
104 B
C
7 lines
104 B
C
#ifndef _3DSIDENT_SCREENSHOT_H_
|
|
#define _3DSIDENT_SCREENSHOT_H_
|
|
|
|
void Screenshot_Capture(void);
|
|
|
|
#endif
|