mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
6 lines
146 B
C++
6 lines
146 B
C++
#pragma once // No BOM and only basic ASCII in this header, or a neko will die
|
|
|
|
#include "util/types.hpp"
|
|
#include <rx/v128.hpp>
|
|
|
|
using rx::v128;
|