equal
deleted
inserted
replaced
539 ///////////////////////////////////////////////////////////////// |
539 ///////////////////////////////////////////////////////////////// |
540 /////////////////////// TYPE DEFINITIONS /////////////////////// |
540 /////////////////////// TYPE DEFINITIONS /////////////////////// |
541 ///////////////////////////////////////////////////////////////// |
541 ///////////////////////////////////////////////////////////////// |
542 |
542 |
543 // two important reference points for the wanderers of this area |
543 // two important reference points for the wanderers of this area |
544 // http://www.freepascal.org/docs-html/ref/refsu5.html |
544 // https://www.freepascal.org/docs-html/ref/refsu5.html |
545 // http://www.freepascal.org/docs-html/prog/progsu144.html |
545 // https://www.freepascal.org/docs-html/prog/progsu144.html |
546 |
546 |
547 type |
547 type |
548 PSDL_Window = Pointer; |
548 PSDL_Window = Pointer; |
549 PSDL_Renderer = Pointer; |
549 PSDL_Renderer = Pointer; |
550 PSDL_Texture = Pointer; |
550 PSDL_Texture = Pointer; |