#ifndef AMALGAM_DEFS_H #define AMALGAM_DEFS_H typedef struct amal_compiler amal_compiler; typedef struct Parser Parser; typedef struct Scope Scope; typedef struct FileScopeReference FileScopeReference; typedef struct FunctionDecl FunctionDecl; typedef struct FunctionSignature FunctionSignature; #endif