3DSident/common/screenshot.h
Joel16 cf84991672 Merge GUI and Console in one branch
- Cleaned up a bunch of functions
- Now builds with the latest toolchain.
- GUI uses Citro2D.
2018-07-31 13:59:17 -05:00

7 lines
104 B
C

#ifndef _3DSIDENT_SCREENSHOT_H_
#define _3DSIDENT_SCREENSHOT_H_
void Screenshot_Capture(void);
#endif