The model structure now uses a pointer to a function that returns the pointer to the device structure, rather than a pointer to the device structure directly.

This commit is contained in:
OBattler
2017-09-02 15:46:21 +02:00
parent c81e5af8a0
commit be16ee33ba
6 changed files with 36 additions and 13 deletions

View File

@@ -1,2 +1,3 @@
extern device_t pcjr_video_device;
extern device_t pcjr_device;
device_t *pcjr_get_device(void);