Diff » arena.diff
src/arena.cpp | ||
---|---|---|
18 | 18 | |
19 | 19 |
//---General-------------------------- |
20 | 20 | |
21 | ||
22 | 21 |
//---Own------------------------------ |
23 | 22 | |
24 |
// in generated platform |
|
25 |
extern "C" { |
|
26 |
void arenaInitFunctions(); |
|
27 |
} |
|
28 | ||
29 | 23 | |
30 | 24 |
//---Declaration-------------------------------------------------------------- |
31 | 25 | |
32 | 26 | |
33 | 27 |
void arenaInit() |
34 | 28 |
{ |
35 |
arenaInitFunctions(); |
|
36 | ||
37 | 29 |
return; |
38 | 30 |
} |
39 | 31 |