File tree Expand file tree Collapse file tree 9 files changed +127
-0
lines changed Expand file tree Collapse file tree 9 files changed +127
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* ______ ___ ___
2
+ * /\ _ \ /\_ \ /\_ \
3
+ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___
4
+ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\
5
+ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \
6
+ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/
7
+ * \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/
8
+ * /\____/
9
+ * \_/__/
10
+ *
11
+ * SDL display implementation.
12
+ *
13
+ * See LICENSE.txt for copyright information.
14
+ */
1
15
#include "allegro5/allegro.h"
2
16
#include "allegro5/allegro_opengl.h"
3
17
#include "allegro5/system.h"
Original file line number Diff line number Diff line change
1
+ /* ______ ___ ___
2
+ * /\ _ \ /\_ \ /\_ \
3
+ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___
4
+ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\
5
+ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \
6
+ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/
7
+ * \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/
8
+ * /\____/
9
+ * \_/__/
10
+ *
11
+ * SDL event hack (see below).
12
+ *
13
+ * See LICENSE.txt for copyright information.
14
+ */
15
+
1
16
#include "allegro5/allegro.h"
2
17
#include "allegro5/internal/aintern_system.h"
3
18
#include "allegro5/internal/aintern_timer.h"
Original file line number Diff line number Diff line change
1
+ /* ______ ___ ___
2
+ * /\ _ \ /\_ \ /\_ \
3
+ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___
4
+ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\
5
+ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \
6
+ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/
7
+ * \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/
8
+ * /\____/
9
+ * \_/__/
10
+ *
11
+ * SDL joystick driver.
12
+ *
13
+ * See LICENSE.txt for copyright information.
14
+ */
1
15
#include "allegro5/allegro.h"
2
16
#include "allegro5/internal/aintern_system.h"
3
17
#include "allegro5/platform/allegro_internal_sdl.h"
Original file line number Diff line number Diff line change
1
+ /* ______ ___ ___
2
+ * /\ _ \ /\_ \ /\_ \
3
+ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___
4
+ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\
5
+ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \
6
+ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/
7
+ * \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/
8
+ * /\____/
9
+ * \_/__/
10
+ *
11
+ * SDL keyboard driver.
12
+ *
13
+ * See LICENSE.txt for copyright information.
14
+ */
1
15
#include "allegro5/allegro.h"
2
16
#include "allegro5/internal/aintern_system.h"
3
17
#include "allegro5/platform/allegro_internal_sdl.h"
Original file line number Diff line number Diff line change
1
+ /* ______ ___ ___
2
+ * /\ _ \ /\_ \ /\_ \
3
+ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___
4
+ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\
5
+ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \
6
+ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/
7
+ * \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/
8
+ * /\____/
9
+ * \_/__/
10
+ *
11
+ * SDL mouse driver.
12
+ *
13
+ * See LICENSE.txt for copyright information.
14
+ */
1
15
#include "allegro5/allegro.h"
2
16
#include "allegro5/internal/aintern_system.h"
3
17
#include "allegro5/platform/allegro_internal_sdl.h"
Original file line number Diff line number Diff line change
1
+ /* ______ ___ ___
2
+ * /\ _ \ /\_ \ /\_ \
3
+ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___
4
+ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\
5
+ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \
6
+ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/
7
+ * \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/
8
+ * /\____/
9
+ * \_/__/
10
+ *
11
+ * SDL system interface.
12
+ *
13
+ * See LICENSE.txt for copyright information.
14
+ */
1
15
#include "allegro5/allegro.h"
2
16
#include "allegro5/internal/aintern_system.h"
3
17
#include "allegro5/platform/allegro_internal_sdl.h"
Original file line number Diff line number Diff line change
1
+ /* ______ ___ ___
2
+ * /\ _ \ /\_ \ /\_ \
3
+ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___
4
+ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\
5
+ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \
6
+ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/
7
+ * \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/
8
+ * /\____/
9
+ * \_/__/
10
+ *
11
+ * SDL thread support.
12
+ *
13
+ * See LICENSE.txt for copyright information.
14
+ */
1
15
#include "allegro5/allegro.h"
2
16
#include "allegro5/internal/aintern.h"
3
17
#include "allegro5/internal/aintern_thread.h"
Original file line number Diff line number Diff line change
1
+ /* ______ ___ ___
2
+ * /\ _ \ /\_ \ /\_ \
3
+ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___
4
+ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\
5
+ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \
6
+ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/
7
+ * \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/
8
+ * /\____/
9
+ * \_/__/
10
+ *
11
+ * SDL time driver.
12
+ *
13
+ * See LICENSE.txt for copyright information.
14
+ */
1
15
#include "SDL.h"
2
16
3
17
#include "allegro5/altime.h"
Original file line number Diff line number Diff line change
1
+ /* ______ ___ ___
2
+ * /\ _ \ /\_ \ /\_ \
3
+ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___
4
+ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\
5
+ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \
6
+ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/
7
+ * \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/
8
+ * /\____/
9
+ * \_/__/
10
+ *
11
+ * SDL touch driver.
12
+ *
13
+ * See LICENSE.txt for copyright information.
14
+ */
1
15
#include "allegro5/allegro.h"
2
16
#include "allegro5/internal/aintern_system.h"
3
17
#include "allegro5/platform/allegro_internal_sdl.h"
You can’t perform that action at this time.
0 commit comments