Fix life_bmp

git-svn-id: svn://kolibrios.org@8138 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
maxcodehack 2020-11-05 16:15:31 +00:00
parent fcfab37b30
commit e923e0d4db
2 changed files with 173 additions and 172 deletions

View File

@ -1,4 +1,4 @@
bmp2h < life_bmp.bat > life_bmp.h
life_bmp\bmp2h < life_bmp.bat > life_bmp.h
rem <array:bmp> menu_picture
rem <bitmap> life_bmp\hidemenu.bmp

View File

@ -1,3 +1,4 @@
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>