mirror of
https://github.com/galaxyhaxz/devilution.git
synced 2026-03-10 12:18:45 +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__ */
|