Skip to content

Commit 710b249

Browse files
authored
Update README.md
Former-commit-id: 4e3e05bbfbbfde61331758577c476b6128d6d8f7 [formerly 14649db] Former-commit-id: d8d86794ae033471f57493611a04a3624f6fafc2
1 parent 4a106a9 commit 710b249

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,14 @@ For more info, check the website: https://voxelplugin.com
2525
├── Content
2626
└── Plugins
2727
└── Voxel
28+
└── Binaries
29+
└── Config
30+
└── Content
31+
└── Resources
32+
└── Source
2833
└── Voxel.uplugin
2934
```
30-
* If you want to use it in your C++ project: add **"Voxel"** as public dependency in **MyProject.Build.cs**. You should have
35+
* If you want to call voxel functions from C++: add **"Voxel"** as public dependency in **MyProject.Build.cs**. You should have
3136
```
3237
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "Voxel" });
3338
```

0 commit comments

Comments
 (0)