voleresistor / FoggyQuest

A recreation of the original Dragon Quest NES game in C.
1 stars 0 forks source link

Localize SDL calls #24

Closed voleresistor closed 3 years ago

voleresistor commented 3 years ago

Some SDL calls are outside SDL related components. These need to be moved the SDL component and decoupled as much as possible from the rest of the program

voleresistor commented 3 years ago

Most SDL calls are now limited to the dq_sdl source files. Keep an eye on these and try to prevent them from creeping out again.