gianlucag / mos6502

A fast & simple MOS 6502 CPU emulator written in C++
MIT License
292 stars 59 forks source link

Include header only once #13

Closed egefeyzioglu closed 1 year ago

egefeyzioglu commented 2 years ago

Added #pragma once to guard against multiple includes

egefeyzioglu commented 2 years ago

This would solve #15