1
0
Fork 0
forked from len0rd/rockbox

Fix red, hopefully.

Change-Id: I4ee6b9793260ac7dec9d72f27bfe242cd4adbf38
This commit is contained in:
Solomon Peachy 2020-10-09 09:03:57 -04:00
parent 7ad8b2eb3c
commit c18839e3f8
2 changed files with 3 additions and 3 deletions

View file

@ -24,13 +24,11 @@
#ifndef __OVERLAY_H__
#define __OVERLAY_H__
#ifndef SIMULATOR
#include "plugin.h"
/* load and run a plugin linked as an overlay. */
enum plugin_status run_overlay(const void* parameter,
unsigned char *filename, unsigned char *name);
#endif /* !SIMULATOR */
#endif /* __OVERLAY_H__ */