MadFishTheOne / madfish-webtoolkit

Automatically exported from code.google.com/p/madfish-webtoolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If you want to contribute, please follow the existing style.

This means:
 * Files and folders should be named like this: FolderName, FileName.txt - each word starts with a capital letter.
 * Use tabs, not spaces, for code indentation.
 * No extra spaces in code. ( a=b, not a = b)
 * Use this style of placing brackets:
	void main()
	{
	}
   but not this:
	void main() {
	}
 * And so on. (take a look at the code itself)

About

Automatically exported from code.google.com/p/madfish-webtoolkit

License:MIT License


Languages

Language:C++ 93.4%Language:CMake 3.0%Language:ApacheConf 1.6%Language:HTML 1.4%Language:C 0.4%Language:CSS 0.3%