gianlucag / mos6502

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

Include header only once #13

Closed egefeyzioglu closed 1 year ago

egefeyzioglu commented 1 year ago

Added #pragma once to guard against multiple includes

egefeyzioglu commented 1 year ago

This would solve #15