Bläddra i källkod

Move 360 code to its own file

Sanjay Govind 1 år sedan
förälder
incheckning
01e9326b89
1 ändrade filer med 0 tillägg och 1 borttagningar
  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);