build system revision
[carveJwlIkooP6JGAAIwe30JlM.git] / workshop.h
index 7e08781ee9c93f5a78f20e09205d77a40d8af5af..42610d4e2322b9350906f15e17b40ac432371917 100644 (file)
@@ -1,9 +1,5 @@
-#ifndef WORKSHOP_H
-#define WORKSHOP_H
-
-#define VG_GAME
+#pragma once
 #include "addon_types.h"
-#include "vg/vg.h"
 #include "vg/vg_steam_remote_storage.h"
 #include "skaterift.h"
 #include "vg/vg_steam_auth.h"
@@ -137,5 +133,3 @@ static void async_workshop_get_filepath( void *data, u32 len );
 static void async_workshop_get_installed_files( void *data, u32 len );
 static void workshop_load_metadata( const char *path,
                                        struct workshop_file_info *info );
-
-#endif /* WORKSHOP_H */