mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-23 06:35:38 +00:00
8 lines
146 B
C
8 lines
146 B
C
#pragma once
|
|
#ifndef ES_APP_SCRAPER_CMD_LINE_H
|
|
#define ES_APP_SCRAPER_CMD_LINE_H
|
|
|
|
int run_scraper_cmdline();
|
|
|
|
#endif // ES_APP_SCRAPER_CMD_LINE_H
|