forked from mirror/openmw-tes3mp
14 lines
375 B
C++
14 lines
375 B
C++
|
#include "Callbacks.hpp"
|
||
|
#include "API/PublicFnAPI.hpp"
|
||
|
#include <cstdarg>
|
||
|
#include <iostream>
|
||
|
#include <apps/openmw-mp/Player.hpp>
|
||
|
#include <apps/openmw-mp/Networking.hpp>
|
||
|
#include <components/openmw-mp/NetworkMessages.hpp>
|
||
|
|
||
|
template<typename... Types>
|
||
|
constexpr char TypeString<Types...>::value[];
|
||
|
constexpr ScriptCallbackData Callbacks::callbacks[];
|
||
|
|
||
|
using namespace std;
|