mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Put the dags stuff into a qfcc sub-section.
Not much point writting docs if they can't be found.
This commit is contained in:
parent
aa2943709e
commit
8015e1b1e9
1 changed files with 7 additions and 0 deletions
|
@ -30,6 +30,11 @@
|
|||
#ifndef dags_h
|
||||
#define dags_h
|
||||
|
||||
/** \defgroup qfcc_dags DAG building
|
||||
\ingroup qfcc
|
||||
*/
|
||||
//@{
|
||||
|
||||
typedef struct daglabel_s {
|
||||
struct daglabel_s *next;
|
||||
struct daglabel_s **prev;
|
||||
|
@ -68,4 +73,6 @@ struct sblock_s;
|
|||
*/
|
||||
dagnode_t *make_dag (const struct sblock_s *block);
|
||||
|
||||
//@}
|
||||
|
||||
#endif//dags_h
|
||||
|
|
Loading…
Reference in a new issue