12 lines
162 B
C
12 lines
162 B
C
#include "SharedMemoryBlock.h"
|
|
#include "PhysicsClientC_API.h"
|
|
|
|
struct test
|
|
{
|
|
};
|
|
#include <stdio.h>
|
|
int main(int argc, char* argv[])
|
|
{
|
|
printf("hello world\n");
|
|
}
|