mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
adding imputs system
This commit is contained in:
21
test/main.c
git.filemode.normal_file
21
test/main.c
git.filemode.normal_file
@@ -0,0 +1,21 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* main.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2022/10/04 17:55:21 by maldavid #+# #+# */
|
||||
/* Updated: 2022/10/05 16:58:46 by maldavid ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "../includes/mlx.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
mlx_init();
|
||||
mlx_new_window(400, 400, "My window");
|
||||
mlx_loop();
|
||||
return (0);
|
||||
}
|
||||
Reference in New Issue
Block a user