mirror of
https://gitlab.com/banjo.decomp/banjo-kazooie
synced 2026-07-13 14:26:54 -04:00
9 lines
122 B
C
9 lines
122 B
C
#ifndef __GC_H__
|
|
#define __GC_H__
|
|
|
|
#include "gc/gcbound.h"
|
|
#include "gc/gctransition.h"
|
|
#include "gc/gczoombox.h"
|
|
|
|
#endif
|