Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| start [2022/11/15 10:53] – [About Ctor] deva | start [2023/07/24 15:25] (current) – [About Ctor] deva | ||
|---|---|---|---|
| Line 44: | Line 44: | ||
| In the root of your project you can create your first '' | In the root of your project you can create your first '' | ||
| <code c++> | <code c++> | ||
| - | #include <libctor.h> | + | #include <ctor.h> |
| namespace | namespace | ||
| { | { | ||
| - | BuildConfigurations | + | ctor:: |
| { | { | ||
| return | return | ||
| Line 54: | Line 54: | ||
| .target = " | .target = " | ||
| .sources = { " | .sources = { " | ||
| - | // See libctor.h for more options | + | // See ctor.h for more options |
| } | } | ||
| }; | }; | ||