aboutsummaryrefslogtreecommitdiff
path: root/include/defs.h
blob: c8db8208e66b9d0104a4bf26860373f662277789 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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