mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-20 02:25:46 +01:00
update copyright information in all files
the comment was using single-line comments, I prefer multi-line comments now. This bothered me for much too long.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Copyright (c) 2025 Quinn
|
||||
// Licensed under the MIT Licence. See LICENSE for details
|
||||
/* Copyright (c) 2025 Quinn
|
||||
* Licensed under the MIT Licence. See LICENSE for details */
|
||||
#pragma once
|
||||
|
||||
#define WIDTHOF(t) (sizeof(t) * 8) // gets the bit width of a type
|
||||
|
||||
Reference in New Issue
Block a user