// Common/Lang.h #ifndef __COMMON_LANG_H #define __COMMON_LANG_H #include "MyString.h" class CLang { wchar_t *_text; CRecordVector _ids; CRecordVector _offsets; bool OpenFromString(const AString &s); public: CLang(): _text(0) {} ~CLang() { Clear(); } bool Open(CFSTR fileName, const wchar_t *id); void Clear() throw(); const wchar_t *Get(UInt32 id) const throw(); }; #endif e.png' alt='cgit logo'/> index : hbmame
Emulator of homebrew and hacked games for arcade hardware
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorFilesLines
2015-04-01Restore SDL2_MULTIAPI Vas Crabb3-0/+22
2015-04-01Fix USE_BGFX=0 with windows OSD Vas Crabb1-1/+7
2015-04-01Small cleanup to how macros are defined for SDL OSD Vas Crabb3-13/+8
2015-04-01Get rid of unnecessary distro nonsense Vas Crabb3-50/+0
2015-04-01Restore MESA_INSTALL_ROOT Vas Crabb3-5/+27
2015-04-01Restore NO_OPENGL and USE_DISPATCH_GL Vas Crabb4-9/+75
2015-04-01Restore NO_USE_MIDI and some more OS support from the old SDL makefile Vas Crabb4-8/+73
2015-03-31create separate VisualStudio group for 3rdparty (nw) Miodrag Milanovic1-1/+3
2015-03-31strider2: doesn't work properly, never has worked properly, tag it as not ↵ mamehaze1-3/+3
working
2015-03-31Made SDL build to be able to be compiled on VS (nw) Miodrag Milanovic2-8/+31
2015-03-31Removed not needed flag since duplicate has been removed (nw) Miodrag Milanovic1-1/+0
2015-03-31Get NO_X11, NO_USE_XINPUT and SDL_LIBVER working on Linux Vas Crabb3-49/+123
2015-03-31Bring back some SDL OSD configurability (WIP) Vas Crabb5-85/+297
2015-03-31Remove need for winprefix.h and moved alloca define to osdcomm.h (nw) Miodrag Milanovic4-26/+7
2015-03-31Changes in order to compile SDL build under VS2013, removed duplicated code, ↵ Miodrag Milanovic4-44/+5
it exists in strconv (nw)
2015-03-31Update to latest 3rdparty, fixes issues on OpenGL 2.1 for bgfx (nw) Miodrag Milanovic18-275/+297
2015-03-31(MESS) abc80: Added cassette sound. [Curt Coder] Curt Coder2-39/+45
2015-03-31No more need for PATH_SEPARATOR inside SDL Vas Crabb1-6/+0
2015-03-31Fix VERBOSE=1 for top-level makefile, fix always regenerating makefiles on ↵ Vas Crabb1-95/+93
Windows, make many variable in top-level makefile immediate rather than deferred