This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
ImHex
mirror of
https://github.com/WerWolv/ImHex.git
Watch
1
Star
1
Fork
You've already forked ImHex
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
65e2f1b5af
ImHex
/
lib
/
libimhex
/
include
/
hex
/
helpers
/
intrinsics.hpp
9 lines
96 B
C++
Raw
Blame
History
#
pragma once
namespace
hex
{
void
unused
(
auto
&
&
.
.
.
x
)
{
(
(
void
)
x
,
.
.
.
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink