forked from PerlGameDev/SDL
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMANIFEST
136 lines (136 loc) · 2.67 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
BUGS
Build.PL
CHANGELOG
CONTRIBUTORS
COPYING
lib/SDL/App.pm
lib/SDL/Cdrom.pm
lib/SDL/Color.pm
lib/SDL/Constants.pm
lib/SDL/Cursor.pm
lib/SDL/Event.pm
lib/SDL/Font.pm
lib/SDL/Mixer.pm
lib/SDL/MPEG.pm
lib/SDL/Music.pm
lib/SDL/OpenGL/Constants.pm
lib/SDL/OpenGL.pm
lib/SDL/Palette.pm
lib/SDL_perl.pm
lib/SDL.pm
lib/SDL/Rect.pm
lib/SDL/SFont.pm
lib/SDL/Sound.pm
lib/SDL/Surface.pm
lib/SDL/Timer.pm
lib/SDL/Tool/Font.pm
lib/SDL/Tool/Graphic.pm
lib/SDL/TTFont.pm
lib/SDL/Tutorial/Animation.pm
lib/SDL/Tutorial/Drawing.pm
lib/SDL/Tutorial/Images.pm
lib/SDL/Tutorial.pm
lib/SDL/Video.pm
logo/sdl_perl_logo_large.png
logo/sdl_perl_logo_small.png
make/lib/SDL/Build/Cygwin.pm
make/lib/SDL/Build/Darwin.pm
make/lib/SDL/Build/Freebsd.pm
make/lib/SDL/Build/Linux.pm
make/lib/SDL/Build/Solaris.pm
make/lib/SDL/Build/MSWin32.pm
make/lib/SDL/Build/Netbsd.pm
make/lib/SDL/Build.pm
make/lib/SDL/Utility.pm
MacOSX/Info.plist
MacOSX/launcher.h
MacOSX/launcher.m
MacOSX/SDLPerl.icns
MANIFEST
META.yml
README
src/defines.h
src/OpenGL.xs
src/SDL.xs
src/SFont.h
src/SFont.xs
src/support/darwin_support.h
src/support/darwin_support.m
src/support/win32.c
scripts/README
scripts/const.pl
scripts/gl_const.pl
scripts/opengl_words.txt
scripts/sdl_const.pl
scripts/sdl_words.txt
scripts/OpenGL/Constants.pm
scripts/SDL/Constants.pm
t/manifest.t
t/apppm.t
t/cdrompm.t
t/colorpm.t
t/cursorpm.t
t/eventpm.t
t/fontpm.t
t/mixerpm.t
t/mpegpm.t
t/musicpm.t
t/opengl.t
t/palettepm.t
t/rectpm.t
t/sdlpm.t
t/soundpm.t
t/surfacepm.t
t/timerpm.t
t/toolfontpm.t
t/toolgraphicpm.t
t/ttfontpm.t
t/videopm.t
test/checkkeys.pl
test/data/24P_Arial_NeonYellow.png
test/data/24P_Copperplate_Blue.png
test/data/aircut3.ttf
test/data/electrohar.ttf
test/data/highlight.png
test/data/icon.bmp
test/data/LargeFont.bmp
test/data/logo.png
test/data/menu.png
test/data/sample.wav
test/graywin.pl
test/loopwave.pl
test/OpenGL/README
test/OpenGL/test1.pl
test/OpenGL/test2.pl
test/OpenGL/test3.pl
test/OpenGL/test4.pl
test/OpenGL/test5.pl
test/OpenGL/tutorial/Data/crate.png
test/OpenGL/tutorial/Data/cube.bmp
test/OpenGL/tutorial/Data/glass.bmp
test/OpenGL/tutorial/Data/NeHe.png
test/OpenGL/tutorial/Data/Star.bmp
test/OpenGL/tutorial/Data/tim.jpg
test/OpenGL/tutorial/Data/world.txt
test/OpenGL/tutorial/lesson02.pl
test/OpenGL/tutorial/lesson03.pl
test/OpenGL/tutorial/lesson04.pl
test/OpenGL/tutorial/lesson05.pl
test/OpenGL/tutorial/lesson06.pl
test/OpenGL/tutorial/lesson07.pl
test/OpenGL/tutorial/lesson08.pl
test/OpenGL/tutorial/lesson18.pl
test/README
test/64encode.pl
test/testcolor.pl
test/testcolor.spl
test/testfonttool.pl
test/testgfxprim.pl
test/testgfxroto.pl
test/testgraphictool.pl
test/testjoystick.pl
test/testmenu.pl
test/testsprite.pl
test/testtimer.pl
TODO
typemap