mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
comment out gdstring for now
This commit is contained in:
parent
210375ca6d
commit
ec614d123e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <Geode/binding/GDString.hpp>
|
||||
// #include <Geode/binding/GDString.hpp>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <stdexcept>
|
||||
|
@ -22,7 +22,7 @@ namespace gd {
|
|||
size_t m_capacity;
|
||||
};
|
||||
|
||||
class string : GDString {
|
||||
class string {
|
||||
private:
|
||||
InternalString m_data;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue