mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 12:26:59 +01:00
Notes.
This commit is contained in:
parent
5d260fd68d
commit
31ee15432b
@ -9,6 +9,13 @@
|
||||
#include "core/ustring.h"
|
||||
#include "core/variant.h"
|
||||
|
||||
//TODO
|
||||
//Clean up the api
|
||||
//Add api for ints, floats, strings and these should be saved (like they used to be)
|
||||
//Make sure it's clear that thye will be like add_saved_int()...
|
||||
//Add an api for variants, similar to get set_meta, but rw locked.
|
||||
//Make sure it's obvious that it's not saved. Maybe set_temp_data ...
|
||||
|
||||
class HTTPSession : public Reference {
|
||||
GDCLASS(HTTPSession, Reference);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user