annotate pwplib/video.h @ 56:5d819ba6891c

More cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 27 May 2010 22:48:37 +0300
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
56
5d819ba6891c More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 #ifndef PWP_VIDEO_H
5d819ba6891c More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 #define PWP_VIDEO_H 1
5d819ba6891c More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3
5d819ba6891c More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 #include "config.h"
5d819ba6891c More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 #include "pwplib.h"
5d819ba6891c More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6
5d819ba6891c More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 #ifdef DRIVE_SDL
5d819ba6891c More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 int pwp_SDL_init(void);
5d819ba6891c More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 #endif
5d819ba6891c More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10
5d819ba6891c More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 #ifdef DRIVE_WIN32
5d819ba6891c More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 int win32con_init(void);
5d819ba6891c More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 #endif
5d819ba6891c More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14
5d819ba6891c More cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 #endif /* PWP_VIDEO_H */