Kaynağa Gözat

Move 360 code to its own file

Sanjay Govind 1 yıl önce
ebeveyn
işleme
01e9326b89
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      virtual_portal.h

+ 0 - 1
virtual_portal.h

@@ -14,7 +14,6 @@ typedef struct {
     bool speaker;
     NotificationApp* notifications;
 } VirtualPortal;
-
 VirtualPortal* virtual_portal_alloc(NotificationApp* notifications);
 
 void virtual_portal_free(VirtualPortal* virtual_portal);