• allegro5.a5_display
  • allegro5.a5_file
  • allegro5.a5_font
  • allegro5.a5_image
  • allegro5.a5_joystick
  • allegro5.a5_main
  • allegro5.a5_misc
  • allegro5.a5_opengl
  • allegro5.a5_shader
  • allegro5.a5_sound
  • allegro5.a5_thread
  • allegro5.a5_triangles
  • animation
  • array
  • atlas
  • buffer
  • color
  • common
  • csg.csg_aabb
  • csg.csg
  • csg.csg_octree
  • csg.csg_shapes
  • csg.csg_test
  • data
  • display
  • exception
  • file
  • font
  • glsl
  • grid
  • hash
  • image
  • image_op
  • index
  • ini
  • isometric
  • joystick
  • keyboard
  • land
  • layer
  • list
  • log
  • main
  • map
  • mem
  • mouse
  • net
  • noise
  • openglutil
  • perlin
  • pixelmask
  • plasma
  • pool
  • protobuf
  • queue
  • random
  • runner
  • shader
  • sound
  • sprite
  • thread
  • tilegrid
  • triangles
  • util2d
  • util3d
  • util
  • view
  • voronoi
  • widget.base
  • widget.board
  • widget.book
  • widget.box
  • widget.button
  • widget.checkbox
  • widget.container
  • widget.edit
  • widget.gul
  • widget.hbox
  • widget.layout
  • widget
  • widget.menu
  • widget.mover
  • widget.panel
  • widget.scrollbar
  • widget.scrolling
  • widget.sizer
  • widget.slider
  • widget.spin
  • widget.text
  • widget.theme
  • widget.vbox
  • widget.widget_list
  • yaml.external
  • yaml.internal
  • yaml
  • yaml.xml

land.allegro5.a5_file

platform_fopen

Parameters: char const * filename, char const * mode

Returns: void*

platform_fclose

Parameters: void * f

platform_fread

Parameters: void * f, char * buffer, int bytes

Returns: int

platform_fwrite

Parameters: void * f, char const * buffer, int bytes

Returns: int

platform_ungetc

Parameters: void * f, int c

platform_fgetc

Parameters: void * f

Returns: int

platform_fputc

Parameters: void * f, int c

platform_feof

Parameters: void * f

Returns: bool

platform_fseek

Parameters: void * f, int n

platform_filelist

Parameters: char const * dir, int(* filter)(char const , bool is_dir, void data), int flags, void * data

Returns: LandArray*

platform_is_dir

Parameters: char const * path

Returns: bool

platform_file_exists

Parameters: char const * path

Returns: bool

platform_get_save_file

Parameters: char const * appname, char const * name

Returns: char*

platform_get_app_settings_file

Parameters: char const * appname

Returns: char*

platform_get_app_data_file

Parameters: char const * appname, char const * filename

Returns: char*

platform_get_current_directory

no parameters

Returns: char*

platform_get_data_path

no parameters

Returns: char*

platform_remove_file

Parameters: char const * path

Returns: bool

land_android_apk_filesystem

Parameters: bool onoff

platform_file_time

Parameters: char const * path

Returns: int64_t


Generated: Thu 27 Feb 2020 10:49:37 PM EST