summaryrefslogtreecommitdiff
path: root/bowshock/source/lgc/shpmas.cxx
blob: 1003eb4f193f14c678757a23e15192f77419465f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright 2022-2023 Gabriel Jensen.

#include <bow/lgc.hxx>

auto ::bow::shpmas([[maybe_unused]] ::bow::shp const id) noexcept -> ::zp::f04 {
	::zp::f04 mas = 0x100p0;
	mas /= ::bow::masmod;
	
	return mas;
}