now links

remembre to add extern "C" when including pure C files!!!!!
This commit is contained in:
Emanuele Trabattoni
2021-05-16 16:22:06 +02:00
parent 4e0308b0b0
commit e39d0b4c75
8 changed files with 52 additions and 29 deletions

8
include/myclass.cpp Normal file
View File

@@ -0,0 +1,8 @@
#include "myclass.h"
Myclass::Myclass(int a):
_a(a)
{
return;
};