Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 17, 2018 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/1045c5013f37df121b7965ce4f5c9f5a to your computer and use it in GitHub Desktop.
Save ryantm/1045c5013f37df121b7965ce4f5c9f5a to your computer and use it in GitHub Desktop.
/nix/store/ffhc3yjpm6avrds564k83vgn1ppw00yr-allegro-5.2.4.0
├── include
│   └── allegro5
│   ├── alcompat.h
│   ├── allegro5.h
│   ├── allegro_acodec.h
│   ├── allegro_audio.h
│   ├── allegro_color.h
│   ├── allegro_direct3d.h
│   ├── allegro_font.h
│   ├── allegro.h
│   ├── allegro_image.h
│   ├── allegro_memfile.h
│   ├── allegro_native_dialog.h
│   ├── allegro_opengl.h
│   ├── allegro_physfs.h
│   ├── allegro_primitives.h
│   ├── allegro_ttf.h
│   ├── allegro_video.h
│   ├── allegro_x.h
│   ├── altime.h
│   ├── base.h
│   ├── bitmap_draw.h
│   ├── bitmap.h
│   ├── bitmap_io.h
│   ├── bitmap_lock.h
│   ├── blender.h
│   ├── clipboard.h
│   ├── color.h
│   ├── config.h
│   ├── cpu.h
│   ├── debug.h
│   ├── display.h
│   ├── drawing.h
│   ├── error.h
│   ├── events.h
│   ├── file.h
│   ├── fixed.h
│   ├── fmaths.h
│   ├── fshook.h
│   ├── fullscreen_mode.h
│   ├── haptic.h
│   ├── inline
│   │   └── fmaths.inl
│   ├── internal
│   │   └── alconfig.h
│   ├── joystick.h
│   ├── keyboard.h
│   ├── keycodes.h
│   ├── memory.h
│   ├── monitor.h
│   ├── mouse_cursor.h
│   ├── mouse.h
│   ├── opengl
│   │   ├── GLext
│   │   │   ├── gl_ext_alias.h
│   │   │   ├── gl_ext_api.h
│   │   │   ├── gl_ext_defs.h
│   │   │   ├── gl_ext_list.h
│   │   │   ├── glx_ext_alias.h
│   │   │   ├── glx_ext_api.h
│   │   │   ├── glx_ext_defs.h
│   │   │   ├── glx_ext_list.h
│   │   │   ├── wgl_ext_alias.h
│   │   │   ├── wgl_ext_api.h
│   │   │   ├── wgl_ext_defs.h
│   │   │   └── wgl_ext_list.h
│   │   └── gl_ext.h
│   ├── path.h
│   ├── platform
│   │   ├── alandroidcfg.h
│   │   ├── alandroid.h
│   │   ├── albcc32.h
│   │   ├── aliphonecfg.h
│   │   ├── aliphone.h
│   │   ├── allegro_sdl_config.h
│   │   ├── almngw32.h
│   │   ├── almsvc.h
│   │   ├── alosxcfg.h
│   │   ├── alosx.h
│   │   ├── alplatf.h
│   │   ├── alraspberrypicfg.h
│   │   ├── alraspberrypi.h
│   │   ├── alucfg.h
│   │   ├── alunix.h
│   │   ├── alwatcom.h
│   │   ├── alwin.h
│   │   ├── astdbool.h
│   │   └── astdint.h
│   ├── render_state.h
│   ├── shader.h
│   ├── system.h
│   ├── threads.h
│   ├── timer.h
│   ├── tls.h
│   ├── touch_input.h
│   ├── transformations.h
│   └── utf8.h
└── lib
├── liballegro_acodec.so -> liballegro_acodec.so.5.2
├── liballegro_acodec.so.5.2 -> liballegro_acodec.so.5.2.4
├── liballegro_acodec.so.5.2.4
├── liballegro_audio.so -> liballegro_audio.so.5.2
├── liballegro_audio.so.5.2 -> liballegro_audio.so.5.2.4
├── liballegro_audio.so.5.2.4
├── liballegro_color.so -> liballegro_color.so.5.2
├── liballegro_color.so.5.2 -> liballegro_color.so.5.2.4
├── liballegro_color.so.5.2.4
├── liballegro_dialog.so -> liballegro_dialog.so.5.2
├── liballegro_dialog.so.5.2 -> liballegro_dialog.so.5.2.4
├── liballegro_dialog.so.5.2.4
├── liballegro_font.so -> liballegro_font.so.5.2
├── liballegro_font.so.5.2 -> liballegro_font.so.5.2.4
├── liballegro_font.so.5.2.4
├── liballegro_image.so -> liballegro_image.so.5.2
├── liballegro_image.so.5.2 -> liballegro_image.so.5.2.4
├── liballegro_image.so.5.2.4
├── liballegro_main.so -> liballegro_main.so.5.2
├── liballegro_main.so.5.2 -> liballegro_main.so.5.2.4
├── liballegro_main.so.5.2.4
├── liballegro_memfile.so -> liballegro_memfile.so.5.2
├── liballegro_memfile.so.5.2 -> liballegro_memfile.so.5.2.4
├── liballegro_memfile.so.5.2.4
├── liballegro_physfs.so -> liballegro_physfs.so.5.2
├── liballegro_physfs.so.5.2 -> liballegro_physfs.so.5.2.4
├── liballegro_physfs.so.5.2.4
├── liballegro_primitives.so -> liballegro_primitives.so.5.2
├── liballegro_primitives.so.5.2 -> liballegro_primitives.so.5.2.4
├── liballegro_primitives.so.5.2.4
├── liballegro.so -> liballegro.so.5.2
├── liballegro.so.5.2 -> liballegro.so.5.2.4
├── liballegro.so.5.2.4
├── liballegro_ttf.so -> liballegro_ttf.so.5.2
├── liballegro_ttf.so.5.2 -> liballegro_ttf.so.5.2.4
├── liballegro_ttf.so.5.2.4
├── liballegro_video.so -> liballegro_video.so.5.2
├── liballegro_video.so.5.2 -> liballegro_video.so.5.2.4
├── liballegro_video.so.5.2.4
└── pkgconfig
├── allegro-5.pc
├── allegro_acodec-5.pc
├── allegro_audio-5.pc
├── allegro_color-5.pc
├── allegro_dialog-5.pc
├── allegro_font-5.pc
├── allegro_image-5.pc
├── allegro_main-5.pc
├── allegro_memfile-5.pc
├── allegro_physfs-5.pc
├── allegro_primitives-5.pc
├── allegro_ttf-5.pc
└── allegro_video-5.pc
9 directories, 142 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment