mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-05-01 22:40:10 +10:00
6 lines
74 B
C
6 lines
74 B
C
#pragma once
|
|
|
|
#include "toy_ast.h"
|
|
|
|
void inspect_ast(Toy_Ast* astHandle);
|