hasii2011 / hasii2011/pyutplugins
Fix C++ code generation
Open
bug
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Load BaseSaveV10.put
Export as C++
EventLoopParams.c has error
```
g++ -c -g -Wall -I./include src/EventLoopParams.cpp -o src/EventLoopParams.o
In file included from src/EventLoopParams.cpp:1:
./include/EventLoopParams.h:5:10: fatal error: '.h' file not found
#include ".h"
^~~~
1 error generated.
make: *** [src/EventLoopParams.o] Error 1
BetterDownload>
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.