scummvm/devtools/create_hugo
Orgad Shaneh 0b2ae9fa5e DEVTOOLS: Replace ugly SDL/MinGW hack with a cleaner hack
Instead of having main=SDL_main defined by pkg-config/sdl2-config --cflags
and undefining it everywhere, strip it in its origin.
2021-08-03 07:35:15 +03:00
..
Data
create_hugo.cpp
create_hugo.h
enums.h
module.mk
README
staticdata.h
staticdisplay.h
staticengine.h
staticfont.h
staticintro.h
staticmouse.h
staticparser.h
staticutil.h

This tool creates hugo.dat.
This file contains all the hardcoded strings, logic, fonts, and bitmaps and
is used by the engine depending on the version of the game started.

In order to work properly, the content of the DATA sub-directory has to be
copy next to the executable.