misc: many things
This commit is contained in:
parent
664b18eb2e
commit
8076487071
25 changed files with 554 additions and 73 deletions
47
dev/map.md
Normal file
47
dev/map.md
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
data\_assets
|
||||
- `NB_ASSETS`
|
||||
- `t_assetinfo`
|
||||
- `g_assetsmap`
|
||||
- `t_assetid`...
|
||||
- `t_direction`
|
||||
- `t_pixel`
|
||||
- `t_component`
|
||||
data\_sprites
|
||||
- `NB_SPRITES`
|
||||
- `t_spriteinfo`
|
||||
- `t_spritesmap`
|
||||
- `t_spriteid`
|
||||
display
|
||||
- `t_image`
|
||||
- `display_init()`
|
||||
- `display_erase()`
|
||||
- `display_draw()`
|
||||
- `display_flush()`
|
||||
- `display_destroyall()`
|
||||
env
|
||||
- `WINDOW_WIDTH`
|
||||
- `WINDOW_HEIGHT`
|
||||
- `WINDOW_TITLE`
|
||||
- `t_env`
|
||||
- `g_env`
|
||||
error
|
||||
- `err()`
|
||||
- `err_perror()`
|
||||
- `finish()`
|
||||
room
|
||||
- `t_surface`...
|
||||
- `t_object`
|
||||
- `t_room`
|
||||
- `t_roomcase`
|
||||
- `room_fromfile()`
|
||||
- `room_draw()`
|
||||
- `room_free()`
|
||||
sprite
|
||||
- `t_sprite`
|
||||
- `sprite_init()`
|
||||
- `sprite_draw()`
|
||||
main
|
||||
- `main()`
|
||||
- `expose_hook()`
|
||||
- `close_hook()`
|
||||
- `loop_hook()`
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
#include "mlx.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
mlx_xpm_file_to_img("../assets/object/snas/down.xpm");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue