102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
hooks_private.h
Go to the documentation of this file.
1#ifndef DTTR_MOVIES_HOOKS_PRIVATE_H
2#define DTTR_MOVIES_HOOKS_PRIVATE_H
3
4#include <stdint.h>
5
6#include <dttr_mods.h>
7
10
12 const char *path,
13 int32_t use_alt_rect
14);
15
16#endif // DTTR_MOVIES_HOOKS_PRIVATE_H
void void * ctx
void dttr_movies_hooks_cleanup(const DTTR_Mods_Context *ctx)
Definition movies.c:630
int32_t dttr_movies_hook_movie_play_file_callback(const char *path, int32_t use_alt_rect)
Definition movies.c:753
bool dttr_movies_hooks_init(const DTTR_Mods_Context *ctx)
Definition movies.c:616