Add tests and SDK

This commit is contained in:
Jérôme Leclercq
2021-05-17 23:08:37 +02:00
parent 26de5872eb
commit e716b44aa3
52 changed files with 539 additions and 276 deletions

View File

@@ -4,10 +4,10 @@
#pragma once
#ifndef NDK_SERVER
#ifndef NDK_COMPONENTS_LISTENERCOMPONENT_HPP
#define NDK_COMPONENTS_LISTENERCOMPONENT_HPP
#include <NazaraSDK/ClientPrerequisites.hpp>
#include <NazaraSDK/Component.hpp>
namespace Ndk
@@ -16,7 +16,7 @@ namespace Ndk
using ListenerComponentHandle = Nz::ObjectHandle<ListenerComponent>;
class NDK_API ListenerComponent : public Component<ListenerComponent>
class NDK_CLIENT_API ListenerComponent : public Component<ListenerComponent>
{
public:
inline ListenerComponent();
@@ -35,4 +35,3 @@ namespace Ndk
#include <NazaraSDK/Components/ListenerComponent.inl>
#endif // NDK_COMPONENTS_LISTENERCOMPONENT_HPP
#endif // NDK_SERVER