Skip to content

Commit

Permalink
Replace archtypes.h header with steam/steamtypes.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVanheer committed Mar 15, 2022
1 parent bd32571 commit 3f4624f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion utils/studiomdl/studiomdl.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <sys/stat.h>
#include <math.h>

#include "archtypes.h"
#include "steam/steamtypes.h"
#include "cmdlib.h"
#include "lbmlib.h"
#include "scriplib.h"
Expand Down
2 changes: 1 addition & 1 deletion utils/studiomdl/tristrip.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <stdlib.h>
#include <sys/stat.h>

#include "archtypes.h"
#include "steam/steamtypes.h"
#include "cmdlib.h"
#include "lbmlib.h"
#include "scriplib.h"
Expand Down
2 changes: 1 addition & 1 deletion utils/studiomdl/write.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <stdlib.h>
#include <sys/stat.h>

#include "archtypes.h"
#include "steam/steamtypes.h"
#include "cmdlib.h"
#include "lbmlib.h"
#include "scriplib.h"
Expand Down

0 comments on commit 3f4624f

Please sign in to comment.