mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-02 09:31:12 +00:00
so that's the right way to do groups and subgroups...
This commit is contained in:
parent
c2b9d8d549
commit
6fbddc3d43
31 changed files with 265 additions and 222 deletions
|
@ -20,10 +20,8 @@
|
|||
#ifndef __QF_script_h
|
||||
#define __QF_script_h
|
||||
|
||||
/** \addtogroup utils */
|
||||
//@{
|
||||
|
||||
/** \defgroup script Scripts
|
||||
\ingroup utils
|
||||
Line oriented script parsing. Multiple scripts being parsed at the same
|
||||
time is supported.
|
||||
*/
|
||||
|
@ -90,7 +88,6 @@ qboolean Script_GetToken (script_t *script, qboolean crossline);
|
|||
*/
|
||||
void Script_UngetToken (script_t *script);
|
||||
|
||||
//@}
|
||||
//@}
|
||||
|
||||
#endif//__QF_script_h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue