mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
11 lines
152 B
C
11 lines
152 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include "BeefySysLib/Common.h"
|
||
|
#include "../Compiler/BfIRBuilder.h"
|
||
|
#include "BeContext.h"
|
||
|
#include "BeModule.h"
|
||
|
|
||
|
NS_BF_BEGIN
|
||
|
|
||
|
NS_BF_END
|