2. Tangled Files

<<gfx.c>>=
#include <stdio.h>
#include <stdint.h>

#define MONOLITH_ANSI
#include "janet/janet.h"

#include "s9core.h"
#include "s9import.h"
#include "s9ext.h"

#include "runt.h"
#include "graforge.h"
#include "monolith.h"
#include "scheme.h"
#include "gfx.h"
<<gfx_aux_includes>>
/* <<gfx_static_function_declarations>> */
<<gfx_functions>>
<<gfx.h>>=
#ifndef MONOLITH_GFX_H
#define MONOLITH_GFX_H
<<gfx_function_declarations>>
#endif



prev | home | next