Skip to content

Commit

Permalink
untabify
Browse files Browse the repository at this point in the history
  • Loading branch information
elliequirini committed Oct 21, 2019
1 parent ea147ac commit c130705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/SteelSeriesGameSense/Public/Types/SSGS_DeviceZone.h
Expand Up @@ -209,8 +209,8 @@ class USSGS_ScreenDeviceZoneFactory : public UObject {
UFUNCTION( BlueprintCallable, BlueprintPure, meta = ( NativeMakeFunc, Category = "Gamesense|Device Zones|Screen" ) )
static const FSSGS_ScreenDeviceZone make_screened_128x36_one() { return FSSGS_ScreenDeviceZone{ 128, 36, "one" }; }

UFUNCTION( BlueprintCallable, BlueprintPure, meta = ( NativeMakeFunc, Category = "Gamesense|Device Zones|Screen" ) )
static const FSSGS_ScreenDeviceZone make_screened_128x40_one() { return FSSGS_ScreenDeviceZone{ 128, 40, "one" }; }
UFUNCTION( BlueprintCallable, BlueprintPure, meta = ( NativeMakeFunc, Category = "Gamesense|Device Zones|Screen" ) )
static const FSSGS_ScreenDeviceZone make_screened_128x40_one() { return FSSGS_ScreenDeviceZone{ 128, 40, "one" }; }

UFUNCTION( BlueprintCallable, BlueprintPure, meta = ( NativeMakeFunc, Category = "Gamesense|Device Zones|Screen" ) )
static const FSSGS_ScreenDeviceZone make_screened_128x48_one() { return FSSGS_ScreenDeviceZone{ 128, 48, "one" }; }
Expand Down

0 comments on commit c130705

Please sign in to comment.