mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-30 11:00:02 +00:00
base class -> derived class autocast in eval system; completion of first pass
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <fstream>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::fstream temp;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user