quakeforge/doc/QCMenuCondingStyle
Robin Redeker 863b4e9bbd Improved the menu code a bit, made style cleaner and
added some comments to my menu code.
2002-03-16 00:14:24 +00:00

27 lines
446 B
Text

QuakeC Menu Coding Style
~~~~~~~~~~~~~~~~~~~~~~~~
(by elmex <Robin Redeker>)
For QuakeC you should use the normal coding style, which is
describes in the file "CodingStyle" in doc/
But you may use not the same prefixes.
Use these prefixes where it makes sense:
CB_ Input callback
MENU_ Menu making function
DRAW_ Draw
Comment functions like this:
/*
[PREFIX_]FunctionName
Description
*/
returntype (args)
[PREFIX_]FunctionName =
{
}