Files
bullet3/test/SharedMemory/test.c
2015-07-22 18:06:05 -07:00

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");
}