Skip to content

Commit

Permalink
Remove unused header
Browse files Browse the repository at this point in the history
  • Loading branch information
Masfo committed Apr 30, 2024
1 parent 9268fa7 commit 55784b5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 38 deletions.
16 changes: 0 additions & 16 deletions src/DisabledWarnings.h

This file was deleted.

21 changes: 9 additions & 12 deletions src/buildnumber.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// AUTOMATICALLY GENERATED BY BUILDINC v0.2.351 TOOL
// LAST BUILD (CMAKE): 2024-04-30 21:23:16
// AUTOMATICALLY GENERATED BY BUILDINC v0.2.352 TOOL
// LAST BUILD (CMAKE): 2024-04-30 21:26:34

#pragma once

Expand All @@ -10,24 +10,21 @@

namespace BuildInc
{
// AUTOMATICALLY GENERATED BY BUILDINC v0.2.351 TOOL
// LAST BUILD (CMAKE): 2024-04-30 21:23:16

// You can modify major and minor
constexpr uint32_t major = 0;
constexpr uint32_t minor = 2;

// Do not modify these
constexpr uint32_t build = 353;
constexpr uint32_t build = 354;

constexpr uint32_t version = major * 10000 + minor * 1000 + build;
constexpr uint64_t random_seed = 0x753f43352ad14c97;
constexpr uint64_t random_seed = 0x25ec93c45ac96e0d;

constexpr char version_string[] = "v0.2.353";
constexpr char build_time_string[] = "2024-04-30 21:23:16";
constexpr char phrase[] = "kilt-baboon-struck";
constexpr char calver[] = "2024.18.353";
constexpr char uuid[] = "663800F6-2A4F-4502-9548-117853AE2AA8";
constexpr char version_string[] = "v0.2.354";
constexpr char build_time_string[] = "2024-04-30 21:26:34";
constexpr char phrase[] = "sprawl-vividness-tattered";
constexpr char calver[] = "2024.18.354";
constexpr char uuid[] = "07188708-A441-4126-B7D5-EB6740A79BCB";

// Copy paste to import to your project
/*
Expand Down
20 changes: 10 additions & 10 deletions src/buildnumber.ixx
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
// AUTOMATICALLY GENERATED BY BUILDINC v0.2.352 TOOL
// LAST BUILD (CMAKE): 2024-04-30 21:26:35

module;
#include <cstdint>

export module BuildInc;
export namespace BuildInc
{
// AUTOMATICALLY GENERATED BY BUILDINC v0.2.351 TOOL
// LAST BUILD (CMAKE): 2024-04-30 21:23:16

// You can modify major and minor
constexpr uint32_t major = 0;
constexpr uint32_t minor = 2;

// Do not modify these
constexpr uint32_t build = 353;
constexpr uint32_t build = 354;

constexpr uint32_t version = major * 10000 + minor * 1000 + build;
constexpr uint64_t random_seed = 0xb23a3d5a93a446b2;
constexpr uint64_t random_seed = 0xff00f241bbf06491;

constexpr char version_string[] = "v0.2.353";
constexpr char build_time_string[] = "2024-04-30 21:23:16";
constexpr char phrase[] = "cinch-isotope-mankind";
constexpr char calver[] = "2024.18.353";
constexpr char uuid[] = "06FB2D6F-CA37-4F1D-A814-C74BF425A4FC";
constexpr char version_string[] = "v0.2.354";
constexpr char build_time_string[] = "2024-04-30 21:26:35";
constexpr char phrase[] = "puma-deliverer-replace";
constexpr char calver[] = "2024.18.354";
constexpr char uuid[] = "CD397391-756A-4EDE-BFEC-AE8142D00CA2";

// Copy paste to import to your project
/*
Expand Down

0 comments on commit 55784b5

Please sign in to comment.