Support Board
Date/Time: Sat, 07 Jun 2025 10:38:56 +0000
Post From: C++, ACSIL functions question
[2023-03-11 19:25:53] |
ForgivingComputers.com - Posts: 1063 |
Your function has to be defined above the SCSFExport line.
What's the rule that governs this?
The rule is you cannot use a function before it has been declared. Just like variables. |