Skip to content

Commit

Permalink
Update how2plugin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HPW-dev authored Nov 20, 2021
1 parent afdf545 commit 689f219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/how2plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ void core(byte* dst, int mx, int my, int stride, color_t color_type) {
//! plugin close
void finalize() {}
```
For build plugin for Windows: ```g++ -shared invert.cpp
For build plugin for Windows: ```g++ -shared invert.cpp```

0 comments on commit 689f219

Please sign in to comment.