Skip to content

Instantly share code, notes, and snippets.

@fennecdjay
Created May 14, 2019 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fennecdjay/b98274766daef70ab4467c2b62e79511 to your computer and use it in GitHub Desktop.
Save fennecdjay/b98274766daef70ab4467c2b62e79511 to your computer and use it in GitHub Desktop.
#ifndef __GWION_ALL
#include "gwion_util.h"
#include "gwion_ast.h"
#include "oo.h"
#include "arg.h"
#include "constant.h"
#include "nspc.h"
#include "env.h"
#include "vm.h"
#include "context.h"
#include "escape.h"
#include "func.h"
#include "driver.h"
#include "compile.h"
#include "gwiondata.h"
#include "gwion.h"
#include "instr.h"
#include "gack.h"
#include "emit.h"
#include "object.h"
#include "import.h"
#include "gwi.h"
#include "lang_private.h"
#include "memoize.h"
#include "array.h"
#include "opcode.h"
#include "operator.h"
#include "optim.h"
#include "parse.h"
#include "plug.h"
#include "shreduler_private.h"
#include "soundinfo.h"
#include "switch.h"
#include "template.h"
#include "traverse.h"
#include "type.h"
#include "ugen.h"
#include "value.h"
#include "vararg.h"
#include "engine.h"
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment