mirror of
https://github.com/galaxyhaxz/devilution
synced 2025-02-22 12:34:59 +00:00
8 lines
114 B
C
8 lines
114 B
C
|
//HEADER_GOES_HERE
|
||
|
#ifndef __CAPTURE_H__
|
||
|
#define __CAPTURE_H__
|
||
|
|
||
|
void CaptureScreen();
|
||
|
|
||
|
#endif /* __CAPTURE_H__ */
|