From 528ccee1587fb26f80c261294c96492eb03e0254 Mon Sep 17 00:00:00 2001 From: Vipin Thomas <vipin.thomas@stud.th-deg.de> Date: Tue, 22 Jun 2021 14:16:16 +0000 Subject: [PATCH] Update pixel.cpp --- pixel.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pixel.cpp b/pixel.cpp index ade26af..8733c45 100644 --- a/pixel.cpp +++ b/pixel.cpp @@ -131,4 +131,8 @@ int dec = 0, i = 7, b=0,rem=0; return dec; } +void toAscii(char c) { + int n=(int)c; + key=(char)n; +} -- GitLab