Explorar el Código

Move 360 code to its own file

Sanjay Govind hace 11 meses
padre
commit
01e9326b89
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);