mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +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
|
#ifndef dags_h
|
||||||
#define dags_h
|
#define dags_h
|
||||||
|
|
||||||
|
/** \defgroup qfcc_dags DAG building
|
||||||
|
\ingroup qfcc
|
||||||
|
*/
|
||||||
|
//@{
|
||||||
|
|
||||||
typedef struct daglabel_s {
|
typedef struct daglabel_s {
|
||||||
struct daglabel_s *next;
|
struct daglabel_s *next;
|
||||||
struct daglabel_s **prev;
|
struct daglabel_s **prev;
|
||||||
|
@ -68,4 +73,6 @@ struct sblock_s;
|
||||||
*/
|
*/
|
||||||
dagnode_t *make_dag (const struct sblock_s *block);
|
dagnode_t *make_dag (const struct sblock_s *block);
|
||||||
|
|
||||||
|
//@}
|
||||||
|
|
||||||
#endif//dags_h
|
#endif//dags_h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue