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
8
bool
dttr_movies_hooks_init
(
const
DTTR_Mods_Context
*
ctx
);
9
void
dttr_movies_hooks_cleanup
(
const
DTTR_Mods_Context
*
ctx
);
10
11
int32_t __cdecl
dttr_movies_hook_movie_play_file_callback
(
12
const
char
*path,
13
int32_t use_alt_rect
14
);
15
16
#endif
// DTTR_MOVIES_HOOKS_PRIVATE_H
ctx
void void * ctx
Definition
com_direct3ddevice7.c:465
dttr_mods.h
dttr_movies_hooks_cleanup
void dttr_movies_hooks_cleanup(const DTTR_Mods_Context *ctx)
Definition
movies.c:630
dttr_movies_hook_movie_play_file_callback
int32_t dttr_movies_hook_movie_play_file_callback(const char *path, int32_t use_alt_rect)
Definition
movies.c:753
dttr_movies_hooks_init
bool dttr_movies_hooks_init(const DTTR_Mods_Context *ctx)
Definition
movies.c:616
DTTR_Mods_Context
Definition
dttr_mods.h:81
modules
sidecar
src
movies
hooks_private.h
Generated by
1.16.1