Skip to content

Commit

Permalink
emulator: rename the driver folder to device
Browse files Browse the repository at this point in the history
  • Loading branch information
gapry committed Jul 25, 2024
1 parent c39c569 commit 765d972
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions arabica/emulator/emulator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

#include <arabica/cpu/cpu.hpp>
#include <arabica/memory/memory.hpp>
#include <arabica/driver/keypad.hpp>
#include <arabica/driver/display.hpp>
#include <arabica/driver/sound.hpp>
#include <arabica/driver/delay.hpp>
#include <arabica/device/keypad.hpp>
#include <arabica/device/display.hpp>
#include <arabica/device/sound.hpp>
#include <arabica/device/delay.hpp>
#include <fmt/core.h>
#include <random>

Expand Down

0 comments on commit 765d972

Please sign in to comment.