mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
14 lines
193 B
C++
14 lines
193 B
C++
#ifndef WORKSPACE_PLATFORM_H
|
|
#define WORKSPACE_PLATFORM_H
|
|
#include "internal/platform/implementation/platform.h"
|
|
|
|
namespace nearby
|
|
{
|
|
namespace linux
|
|
{
|
|
|
|
}
|
|
|
|
|
|
}
|
|
#endif //WORKSPACE_PLATFORM_H
|