aboutsummaryrefslogtreecommitdiff
path: root/src/system/sdl-1.2/privinc/system_private.h
blob: 70ed8c803dc604e1e7e5eaf6846530d077a9fb3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef SYSTEM_PRIVATE_H
#define SYSTEM_PRIVATE_H

#ifdef __cplusplus
extern "C"
{
#endif

int system_init_os(void);

#ifdef __cplusplus
}
#endif

#endif /* SYSTEM_PRIVATE_H */