fix various warnings, more work on shared memory API
This commit is contained in:
11
test/SharedMemory/test.c
Normal file
11
test/SharedMemory/test.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "SharedMemoryBlock.h"
|
||||
#include "PhysicsClientC_API.h"
|
||||
|
||||
struct test
|
||||
{
|
||||
};
|
||||
#include <stdio.h>
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
printf("hello world\n");
|
||||
}
|
||||
Reference in New Issue
Block a user