]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/vfspk3/vfs.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / plugins / vfspk3 / vfs.h
index 277c7b394e54c4ee9b53262b8ddd22aa82565cf3..5d7762ab63da172a83f345a39032b76589fae22d 100644 (file)
 #define INCLUDED_VFS_H
 
 void FileSystem_Init();
-
 void FileSystem_Shutdown();
-
 class VirtualFileSystem;
-
-VirtualFileSystem &GetFileSystem();
+VirtualFileSystem& GetFileSystem();
 
 #endif