Skip to content
Extraits de code Groupes Projets
Valider 55abed4f rédigé par Etienne BRATEAU's avatar Etienne BRATEAU
Parcourir les fichiers

Wire add some missing functions declarations

parent a1fd37d7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -30,6 +30,10 @@ typedef struct log_srec { ...@@ -30,6 +30,10 @@ typedef struct log_srec {
unsigned f7 : 1, f6 : 1, f5 : 1, f4 : 1, f3 : 1, f2 : 1, f1 : 1, f0 : 1; unsigned f7 : 1, f6 : 1, f5 : 1, f4 : 1, f3 : 1, f2 : 1, f1 : 1, f0 : 1;
} log_srec; /* Solder point */ } log_srec; /* Solder point */
void newhw(log_hwrec **hw);
void newvw(log_vwrec **vw);
void addvwire(short x1, short x2, short y, short colr); void addvwire(short x1, short x2, short y, short colr);
void addhwire(short x1, short x2, short y, short colr); void addhwire(short x1, short x2, short y, short colr);
...@@ -44,6 +48,8 @@ void delhwire(log_hwrec *hw); ...@@ -44,6 +48,8 @@ void delhwire(log_hwrec *hw);
void closerwire(short x, short y); void closerwire(short x, short y);
void newsolder(log_srec **s);
void addsolder(short x, short y, log_hwrec *hw, log_hwrec *hw2, log_vwrec *vw, log_vwrec *vw2); void addsolder(short x, short y, log_hwrec *hw, log_hwrec *hw2, log_vwrec *vw, log_vwrec *vw2);
log_srec *findsolder(short x, short y); log_srec *findsolder(short x, short y);
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#include "logfont.h" #include "logfont.h"
#include "node.h" #include "node.h"
#include "log.h" #include "log.h"
#include "page.h"
void loadfail(char *msg, struct LOC_loadpage *LINK) void loadfail(char *msg, struct LOC_loadpage *LINK)
{ {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter