mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
9 lines
No EOL
106 B
C
9 lines
No EOL
106 B
C
#pragma once
|
|
|
|
#include "../../HeadlessApp.h"
|
|
|
|
NS_BF_BEGIN;
|
|
|
|
typedef HeadlessApp PlatformBFApp;
|
|
|
|
NS_BF_END; |