quite a lot of changes
[carveJwlIkooP6JGAAIwe30JlM.git] / workshop.h
index 7751df0a1b23d241f5dd34a99838de22b2946101..d7c892f142c8d4066faf9082794ac6e04bee1ae6 100644 (file)
@@ -1,9 +1,8 @@
 #ifndef WORKSHOP_H
 #define WORKSHOP_H
 
-#include "workshop_types.h"
-
 #define VG_GAME
+#include "addon_types.h"
 #include "vg/vg.h"
 #include "vg/vg_steam_remote_storage.h"
 #include "skaterift.h"
@@ -39,7 +38,7 @@ struct workshop_form{
       char description[512];
       char author[32];
       struct ui_dropdown_value submission_type_selection;
-      enum workshop_file_type type;
+      enum addon_type type;
 
       PublishedFileId_t file_id; /* 0 if not published yet */