1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 01:50:25 +00:00
Commit graph

3 commits

Author SHA1 Message Date
Cory Smith d4de4d2701 Reverting previous change to type2symbol$(); see description.
There was a change made in v2.0.3? that appears to break the following valid code:

```vb
Function test ()
    Static a(10) As String * 2
End Function
```

There doesn't appear to be much in the summary/description of the original change as to what it was supposed to resolve; so reversing the change(s).  See b87dde8d89 for details on the original commit that is being reverted.

Also includes minor (not currently active) placeholder code for updated File menu.
2022-09-23 17:23:35 -05:00
Samuel Gomes 290a31c112 Replaced OpenAL audio with miniaudio 2022-08-17 21:03:44 +05:30
Samuel Gomes e3d2e063d1 Removed unnecessary GCC directories 2022-08-16 22:32:46 +05:30