summaryrefslogtreecommitdiff
path: root/include/llmr/platform/platform.hpp
blob: 69efb68064f9be8f75fb6cc3ad05c691ca22d9ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef LLMR_PLATFORM_IOS
#define LLMR_PLATFORM_IOS

namespace llmr {

class tile;

namespace platform {

void restart(void *obj);
void request(void *obj, tile *tile);

}

}

#endif