[c-host] fix NvFBC build after moving headers

This commit is contained in:
Geoffrey McRae
2019-04-11 17:15:17 +10:00
parent 32bd6d96e3
commit 8cedad8241
7 changed files with 21 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ int app_main();
void app_quit();
// these must be implemented for each OS
const char * os_getExecutable();
unsigned int os_shmemSize();
bool os_shmemMmap(void **ptr);