12 lines
144 B
C
12 lines
144 B
C
#ifndef CONFIG_APP_VIDEO_H
|
|
#define CONFIG_APP_VIDEO_H
|
|
|
|
#include "system/includes.h"
|
|
|
|
struct app_mode *app_enter_video_mode(int arg);
|
|
|
|
|
|
|
|
#endif
|
|
|