mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-02-16 08:20:40 +00:00
Add PyAPI skell
This commit is contained in:
13
include/PyAPI.h
Normal file
13
include/PyAPI.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "TPyEngine.h"
|
||||
#include <tuple>
|
||||
|
||||
namespace PyAPI {
|
||||
namespace MP {
|
||||
}
|
||||
namespace FS {
|
||||
}
|
||||
namespace CL {
|
||||
}
|
||||
}
|
||||
3
include/TPyEngine.h
Normal file
3
include/TPyEngine.h
Normal file
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
class TPyPlugin;
|
||||
1
include/TPyPlugin.h
Normal file
1
include/TPyPlugin.h
Normal file
@@ -0,0 +1 @@
|
||||
#pragma once
|
||||
Reference in New Issue
Block a user