This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matus Novak
committed
Jun 11, 2015
1 parent
c668662
commit 086ccaf
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ This exporter comes with a GUI for easier use. There is a binary release [here a | |
* Happy exporting! | ||
|
||
## How to export blueprints using source code only | ||
``` | ||
```C++ | ||
#include "source/mainExporter.h" | ||
int main(){ | ||
// Always make sure you set these variables! | ||
|
@@ -141,4 +141,4 @@ If you are using Visual Studio, check [FragmentFramework](https://github.com/mat | |
|
||
SM2OBJ is distributed under the MIT License. | ||
|
||
Copyright (C) 2015 by Matus Novak [email protected] | ||
Copyright (C) 2015 by Matus Novak [email protected] |