
--- Tsun's Data Inspector ---

	TDI is a tool for inspecting file data.

	TDI is provided for free. Do not trust anyone who tries to sell TDI.
	See https://sundee.neocities.org/ for updates and other programs.

	This program is for Windows only. Tested on Windows 7 only.
	Linux version may or may not happen in the future.
	Mac version never.


--- What's this ---

	TDI is basically a 'hex editor' that I made for myself, it allows you to inspect the data
	in a file. There's 4 separate views:
	1. Shows data as ASCII text.
	2. Shows data as hexadecimal bytes.
	3. Shows the current position/selection as various data types.
	4. Allows you to mark regions and view them as structured data.
	
	The types.c file allows you to define new types, they will be shown in the 4th view. The
	syntax is similar to C, but it is much simpler and many features are unsupported.


--- Other notes/trivia ---

	This program was written in plain C. stb_image library is used to load the font file.
	https://github.com/nothings/stb
