aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/export/export.h
diff options
context:
space:
mode:
authormasoud bh2015-09-24 02:39:26 +0330
committermasoud bh2015-11-09 02:24:01 +0330
commit55b8c3ee48b690e0b801351ef0819b08b038b9d6 (patch)
tree13f568280f85e63b862540dcd069a46107161118 /platform/windows/export/export.h
parent24f3f43457ac6bdeed95c1ed0a882387a509078a (diff)
downloadgodot-55b8c3ee48b690e0b801351ef0819b08b038b9d6.tar.gz
godot-55b8c3ee48b690e0b801351ef0819b08b038b9d6.tar.zst
godot-55b8c3ee48b690e0b801351ef0819b08b038b9d6.zip
Diffstat (limited to 'platform/windows/export/export.h')
-rw-r--r--platform/windows/export/export.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/windows/export/export.h b/platform/windows/export/export.h
index af1e2838d..702acc04b 100644
--- a/platform/windows/export/export.h
+++ b/platform/windows/export/export.h
@@ -29,7 +29,6 @@ protected:
void _get_property_list( List<PropertyInfo> *p_list) const;
public:
- static String (*_add_resrc_func)(const char*,int,int,String&,String&,String&,String&,String&,String&,DVector<uint8_t>&);
Error export_project(const String& p_path, bool p_debug, bool p_dumb=false, bool p_remote_debug=false);
EditorExportPlatformWindows();
};