mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
11 lines
153 B
C
11 lines
153 B
C
#pragma once
|
|
|
|
#include "BeefySysLib/Common.h"
|
|
#include "../Compiler/BfIRBuilder.h"
|
|
#include "BeContext.h"
|
|
#include "BeModule.h"
|
|
|
|
NS_BF_BEGIN
|
|
|
|
NS_BF_END
|
|
|