mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-19 09:39:50 +00:00
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");
|
|
}
|