fix various warnings, more work on shared memory API

This commit is contained in:
Erwin Coumans
2015-07-22 18:06:05 -07:00
parent fd1c00dbb2
commit 812c67e221
4 changed files with 142 additions and 0 deletions

11
test/SharedMemory/test.c Normal file
View 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");
}